Html Css Color HEX #AF92CB Biloba Flower

📋 copy color: '#AF92CB'

red 175 ◦ green 146 ◦ blue 203

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

Shades of Biloba Flower #AF92CB

Tints of Biloba Flower #AF92CB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.86%

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

R = 33.4%
G = 27.86%
B = 38.74%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF92CB (or 0xAF92CB) is known color: Biloba Flower. HEX triplet: AF, 92 and CB. RGB value is (175,146,203). Sum of RGB (Red+Green+Blue) = 175+146+203=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF92CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CB is #506D34. Grayscale: #A0A0A0. Windows color (decimal): -5270837 or 13341359. OLE color: 13341359.

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

Color convert

RGB 175 146 203 -
CMYK 0.14 0.28 0 0.20
HSL 270.53º 0.35% 0.68% -
HSV(B) 270.53º 0.28% 0.8% -
XYZ 38.74 33.98 61.02 -
YUV 161.17 151.61 137.87 -
System Red Green Blue C M Y K H S L
Decimal 175 146 203 0.14 0.28 0 0.20 270.53 0.35 0.68
Hex AF 92 CB E 1C 0 14 10F 23 44
Octal 257 222 313 16 34 0 24 417 43 104
Binary 10101111 10010010 11001011 1110 11100 0 10100 100001111 100011 1000100

Color Harmonies of #AF92CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF92CB

Black with #AF92CB

Text Example


Text Example

White with #AF92CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF92CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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