Html Css Color HEX #AF91CB Biloba Flower

📋 copy color: '#AF91CB'

red 175 ◦ green 145 ◦ blue 203

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

Shades of Biloba Flower #AF91CB

Tints of Biloba Flower #AF91CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.72%

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

R = 33.46%
G = 27.72%
B = 38.81%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF91CB (or 0xAF91CB) is known color: Biloba Flower. HEX triplet: AF, 91 and CB. RGB value is (175,145,203). Sum of RGB (Red+Green+Blue) = 175+145+203=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CB is #506E34. Grayscale: #A0A0A0. Windows color (decimal): -5271093 or 13341103. OLE color: 13341103.

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

Color convert

RGB 175 145 203 -
CMYK 0.14 0.29 0 0.20
HSL 271.03º 0.36% 0.68% -
HSV(B) 271.03º 0.29% 0.8% -
XYZ 38.58 33.68 60.97 -
YUV 160.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 175 145 203 0.14 0.29 0 0.20 271.03 0.36 0.68
Hex AF 91 CB E 1D 0 14 10F 24 44
Octal 257 221 313 16 35 0 24 417 44 104
Binary 10101111 10010001 11001011 1110 11101 0 10100 100001111 100100 1000100

Color Harmonies of #AF91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91CB

Black with #AF91CB

Text Example


Text Example

White with #AF91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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