Html Css Color HEX #AB75C7 East Side

📋 copy color: '#AB75C7'

red 171 ◦ green 117 ◦ blue 199

#AB75C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AB75C7

Tints of East Side #AB75C7

RGB

 RED value IS 171 (67.19% from 255) = 35.11%

 GREEN value IS 117 (46.09% from 255) = 24.02%

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 35.11%
G = 24.02%
B = 40.86%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AB75C7 (or 0xAB75C7) is known color: East Side. HEX triplet: AB, 75 and C7. RGB value is (171,117,199). Sum of RGB (Red+Green+Blue) = 171+117+199=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB75C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB75C7 is #548A38. Grayscale: #8E8E8E. Windows color (decimal): -5540409 or 13071787. OLE color: 13071787.

HSL color Cylindrical-coordinate representation of color #AB75C7: hue angle of 279.51º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB75C7 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 117 199 -
CMYK 0.14 0.41 0 0.22
HSL 279.51º 0.42% 0.62% -
HSV(B) 279.51º 0.41% 0.78% -
XYZ 33.46 25.5 57.19 -
YUV 142.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 171 117 199 0.14 0.41 0 0.22 279.51 0.42 0.62
Hex AB 75 C7 E 29 0 16 118 2A 3E
Octal 253 165 307 16 51 0 26 430 52 76
Binary 10101011 1110101 11000111 1110 101001 0 10110 100011000 101010 111110

Color Harmonies of #AB75C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75C7

Black with #AB75C7

Text Example


Text Example

White with #AB75C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75C7; }

 p { color: rgb(171,117,199); }

 H1.HeaderClassName
 {
   color: #AB75C7;
 }
 .AnyTagClassName
 {
   color: #AB75C7;
 }
</style>

background-color css

<style>
 a { background-color: #AB75C7; }

 a { background-color: rgb(171,117,199); }

 div.DivClassName
 {
   background-color: #AB75C7;
 }
 .BgClassName
 {
   background-color: #AB75C7;
 }
</style>

border-color css

<style>
 span { border-color: #AB75C7; }

 span { border-color: rgb(171,117,199); }

 td.TdClassName
 {
   border-color: #AB75C7;
 }
 .TagClassName
 {
   border-color: #AB75C7;
 }
</style>