Html Css Color HEX #AF99C2 East Side

📋 copy color: '#AF99C2'

red 175 ◦ green 153 ◦ blue 194

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

Shades of East Side #AF99C2

Tints of East Side #AF99C2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

 BLUE value IS 194 (76.17% from 255) = 37.16%

R = 33.52%
G = 29.31%
B = 37.16%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF99C2 (or 0xAF99C2) is known color: East Side. HEX triplet: AF, 99 and C2. RGB value is (175,153,194). Sum of RGB (Red+Green+Blue) = 175+153+194=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF99C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C2 is #50663D. Grayscale: #A4A4A4. Windows color (decimal): -5269054 or 12753327. OLE color: 12753327.

HSL color Cylindrical-coordinate representation of color #AF99C2: hue angle of 272.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF99C2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 153 194 -
CMYK 0.10 0.21 0 0.24
HSL 272.2º 0.25% 0.68% -
HSV(B) 272.2º 0.21% 0.76% -
XYZ 38.81 35.79 55.9 -
YUV 164.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 175 153 194 0.10 0.21 0 0.24 272.2 0.25 0.68
Hex AF 99 C2 A 15 0 18 110 19 44
Octal 257 231 302 12 25 0 30 420 31 104
Binary 10101111 10011001 11000010 1010 10101 0 11000 100010000 11001 1000100

Color Harmonies of #AF99C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99C2

Black with #AF99C2

Text Example


Text Example

White with #AF99C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99C2; }

 p { color: rgb(175,153,194); }

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

background-color css

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

 a { background-color: rgb(175,153,194); }

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

border-color css

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

 span { border-color: rgb(175,153,194); }

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