Html Css Color HEX #AFA1CA Biloba Flower

📋 copy color: '#AFA1CA'

red 175 ◦ green 161 ◦ blue 202

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

Shades of Biloba Flower #AFA1CA

Tints of Biloba Flower #AFA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

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

R = 32.53%
G = 29.93%
B = 37.55%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFA1CA (or 0xAFA1CA) is known color: Biloba Flower. HEX triplet: AF, A1 and CA. RGB value is (175,161,202). Sum of RGB (Red+Green+Blue) = 175+161+202=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1CA is #505E35. Grayscale: #A9A9A9. Windows color (decimal): -5266998 or 13279663. OLE color: 13279663.

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

Color convert

RGB 175 161 202 -
CMYK 0.13 0.20 0 0.21
HSL 260.49º 0.28% 0.71% -
HSV(B) 260.49º 0.2% 0.79% -
XYZ 41.08 38.87 61.21 -
YUV 169.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 175 161 202 0.13 0.20 0 0.21 260.49 0.28 0.71
Hex AF A1 CA D 14 0 15 104 1C 47
Octal 257 241 312 15 24 0 25 404 34 107
Binary 10101111 10100001 11001010 1101 10100 0 10101 100000100 11100 1000111

Color Harmonies of #AFA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1CA

Black with #AFA1CA

Text Example


Text Example

White with #AFA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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