Html Css Color HEX #AFA2DC Biloba Flower

📋 copy color: '#AFA2DC'

red 175 ◦ green 162 ◦ blue 220

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

Shades of Biloba Flower #AFA2DC

Tints of Biloba Flower #AFA2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.08%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 31.42%
G = 29.08%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFA2DC (or 0xAFA2DC) is known color: Biloba Flower. HEX triplet: AF, A2 and DC. RGB value is (175,162,220). Sum of RGB (Red+Green+Blue) = 175+162+220=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2DC is #505D23. Grayscale: #ACACAC. Windows color (decimal): -5266724 or 14459567. OLE color: 14459567.

HSL color Cylindrical-coordinate representation of color #AFA2DC: hue angle of 253.45º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA2DC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 162 220 -
CMYK 0.20 0.26 0 0.14
HSL 253.45º 0.45% 0.75% -
HSV(B) 253.45º 0.26% 0.86% -
XYZ 43.52 40.12 73.16 -
YUV 172.5 154.81 129.78 -
System Red Green Blue C M Y K H S L
Decimal 175 162 220 0.20 0.26 0 0.14 253.45 0.45 0.75
Hex AF A2 DC 14 1A 0 E FD 2D 4B
Octal 257 242 334 24 32 0 16 375 55 113
Binary 10101111 10100010 11011100 10100 11010 0 1110 11111101 101101 1001011

Color Harmonies of #AFA2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2DC

Black with #AFA2DC

Text Example


Text Example

White with #AFA2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2DC; }

 p { color: rgb(175,162,220); }

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

background-color css

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

 a { background-color: rgb(175,162,220); }

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

border-color css

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

 span { border-color: rgb(175,162,220); }

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