Html Css Color HEX #AF91CF Biloba Flower

📋 copy color: '#AF91CF'

red 175 ◦ green 145 ◦ blue 207

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

Shades of Biloba Flower #AF91CF

Tints of Biloba Flower #AF91CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 33.21%
G = 27.51%
B = 39.28%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF91CF (or 0xAF91CF) is known color: Biloba Flower. HEX triplet: AF, 91 and CF. RGB value is (175,145,207). Sum of RGB (Red+Green+Blue) = 175+145+207=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF91CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CF is #506E30. Grayscale: #A0A0A0. Windows color (decimal): -5271089 or 13603247. OLE color: 13603247.

HSL color Cylindrical-coordinate representation of color #AF91CF: hue angle of 269.03º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF91CF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 145 207 -
CMYK 0.15 0.30 0 0.19
HSL 269.03º 0.39% 0.69% -
HSV(B) 269.03º 0.3% 0.81% -
XYZ 39.07 33.87 63.51 -
YUV 161.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 175 145 207 0.15 0.30 0 0.19 269.03 0.39 0.69
Hex AF 91 CF F 1E 0 13 10D 27 45
Octal 257 221 317 17 36 0 23 415 47 105
Binary 10101111 10010001 11001111 1111 11110 0 10011 100001101 100111 1000101

Color Harmonies of #AF91CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91CF

Black with #AF91CF

Text Example


Text Example

White with #AF91CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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