Html Css Color HEX #AF74CB East Side

📋 copy color: '#AF74CB'

red 175 ◦ green 116 ◦ blue 203

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

Shades of East Side #AF74CB

Tints of East Side #AF74CB

RGB

 RED value IS 175 (68.75% from 255) = 35.43%

 GREEN value IS 116 (45.7% from 255) = 23.48%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 35.43%
G = 23.48%
B = 41.09%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF74CB (or 0xAF74CB) is known color: East Side. HEX triplet: AF, 74 and CB. RGB value is (175,116,203). Sum of RGB (Red+Green+Blue) = 175+116+203=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74CB is #508B34. Grayscale: #8F8F8F. Windows color (decimal): -5278517 or 13333679. OLE color: 13333679.

HSL color Cylindrical-coordinate representation of color #AF74CB: hue angle of 280.69º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF74CB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 116 203 -
CMYK 0.14 0.43 0 0.20
HSL 280.69º 0.46% 0.63% -
HSV(B) 280.69º 0.43% 0.8% -
XYZ 34.7 25.92 59.67 -
YUV 143.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 175 116 203 0.14 0.43 0 0.20 280.69 0.46 0.63
Hex AF 74 CB E 2B 0 14 119 2E 3F
Octal 257 164 313 16 53 0 24 431 56 77
Binary 10101111 1110100 11001011 1110 101011 0 10100 100011001 101110 111111

Color Harmonies of #AF74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74CB

Black with #AF74CB

Text Example


Text Example

White with #AF74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74CB; }

 p { color: rgb(175,116,203); }

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

background-color css

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

 a { background-color: rgb(175,116,203); }

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

border-color css

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

 span { border-color: rgb(175,116,203); }

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