Html Css Color HEX #AF91CA Biloba Flower

📋 copy color: '#AF91CA'

red 175 ◦ green 145 ◦ blue 202

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

Shades of Biloba Flower #AF91CA

Tints of Biloba Flower #AF91CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 33.52%
G = 27.78%
B = 38.7%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF91CA (or 0xAF91CA) is known color: Biloba Flower. HEX triplet: AF, 91 and CA. RGB value is (175,145,202). Sum of RGB (Red+Green+Blue) = 175+145+202=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91CA is #506E35. Grayscale: #A0A0A0. Windows color (decimal): -5271094 or 13275567. OLE color: 13275567.

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

Color convert

RGB 175 145 202 -
CMYK 0.13 0.28 0 0.21
HSL 271.58º 0.35% 0.68% -
HSV(B) 271.58º 0.28% 0.79% -
XYZ 38.47 33.63 60.34 -
YUV 160.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 175 145 202 0.13 0.28 0 0.21 271.58 0.35 0.68
Hex AF 91 CA D 1C 0 15 110 23 44
Octal 257 221 312 15 34 0 25 420 43 104
Binary 10101111 10010001 11001010 1101 11100 0 10101 100010000 100011 1000100

Color Harmonies of #AF91CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91CA

Black with #AF91CA

Text Example


Text Example

White with #AF91CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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