Html Css Color HEX #AF99C4 Biloba Flower

📋 copy color: '#AF99C4'

red 175 ◦ green 153 ◦ blue 196

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

Shades of Biloba Flower #AF99C4

Tints of Biloba Flower #AF99C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.4%

R = 33.4%
G = 29.2%
B = 37.4%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF99C4 (or 0xAF99C4) is known color: Biloba Flower. HEX triplet: AF, 99 and C4. RGB value is (175,153,196). Sum of RGB (Red+Green+Blue) = 175+153+196=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 196 - color contains mainly: blue. Hex color #AF99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF99C4 is #50663B. Grayscale: #A4A4A4. Windows color (decimal): -5269052 or 12884399. OLE color: 12884399.

HSL color Cylindrical-coordinate representation of color #AF99C4: hue angle of 270.7º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF99C4 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 153 196 -
CMYK 0.11 0.22 0 0.23
HSL 270.7º 0.27% 0.68% -
HSV(B) 270.7º 0.22% 0.77% -
XYZ 39.03 35.88 57.09 -
YUV 164.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 175 153 196 0.11 0.22 0 0.23 270.7 0.27 0.68
Hex AF 99 C4 B 16 0 17 10F 1B 44
Octal 257 231 304 13 26 0 27 417 33 104
Binary 10101111 10011001 11000100 1011 10110 0 10111 100001111 11011 1000100

Color Harmonies of #AF99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99C4

Black with #AF99C4

Text Example


Text Example

White with #AF99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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