Html Css Color HEX #AFA6CA Biloba Flower

📋 copy color: '#AFA6CA'

red 175 ◦ green 166 ◦ blue 202

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

Shades of Biloba Flower #AFA6CA

Tints of Biloba Flower #AFA6CA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.57%

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

R = 32.23%
G = 30.57%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AFA6CA (or 0xAFA6CA) is known color: Biloba Flower. HEX triplet: AF, A6 and CA. RGB value is (175,166,202). Sum of RGB (Red+Green+Blue) = 175+166+202=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6CA is #505935. Grayscale: #ACACAC. Windows color (decimal): -5265718 or 13280943. OLE color: 13280943.

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

Color convert

RGB 175 166 202 -
CMYK 0.13 0.18 0 0.21
HSL 255º 0.25% 0.72% -
HSV(B) 255º 0.18% 0.79% -
XYZ 41.98 40.65 61.51 -
YUV 172.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 175 166 202 0.13 0.18 0 0.21 255 0.25 0.72
Hex AF A6 CA D 12 0 15 FF 19 48
Octal 257 246 312 15 22 0 25 377 31 110
Binary 10101111 10100110 11001010 1101 10010 0 10101 11111111 11001 1001000

Color Harmonies of #AFA6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6CA

Black with #AFA6CA

Text Example


Text Example

White with #AFA6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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