Html Css Color HEX #AFA6CD Biloba Flower

📋 copy color: '#AFA6CD'

red 175 ◦ green 166 ◦ blue 205

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

Shades of Biloba Flower #AFA6CD

Tints of Biloba Flower #AFA6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 32.05%
G = 30.4%
B = 37.55%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFA6CD (or 0xAFA6CD) is known color: Biloba Flower. HEX triplet: AF, A6 and CD. RGB value is (175,166,205). Sum of RGB (Red+Green+Blue) = 175+166+205=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFA6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6CD is #505932. Grayscale: #ACACAC. Windows color (decimal): -5265715 or 13477551. OLE color: 13477551.

HSL color Cylindrical-coordinate representation of color #AFA6CD: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFA6CD is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 166 205 -
CMYK 0.15 0.19 0 0.20
HSL 253.85º 0.28% 0.73% -
HSV(B) 253.85º 0.19% 0.8% -
XYZ 42.33 40.79 63.4 -
YUV 173.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 175 166 205 0.15 0.19 0 0.20 253.85 0.28 0.73
Hex AF A6 CD F 13 0 14 FE 1C 49
Octal 257 246 315 17 23 0 24 376 34 111
Binary 10101111 10100110 11001101 1111 10011 0 10100 11111110 11100 1001001

Color Harmonies of #AFA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA6CD

Black with #AFA6CD

Text Example


Text Example

White with #AFA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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