Html Css Color HEX #AFA4D2 Biloba Flower

📋 copy color: '#AFA4D2'

red 175 ◦ green 164 ◦ blue 210

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

Shades of Biloba Flower #AFA4D2

Tints of Biloba Flower #AFA4D2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.87%

 BLUE value IS 210 (82.42% from 255) = 38.25%

R = 31.88%
G = 29.87%
B = 38.25%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFA4D2 (or 0xAFA4D2) is known color: Biloba Flower. HEX triplet: AF, A4 and D2. RGB value is (175,164,210). Sum of RGB (Red+Green+Blue) = 175+164+210=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFA4D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4D2 is #505B2D. Grayscale: #ACACAC. Windows color (decimal): -5266222 or 13804719. OLE color: 13804719.

HSL color Cylindrical-coordinate representation of color #AFA4D2: hue angle of 254.35º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA4D2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 164 210 -
CMYK 0.17 0.22 0 0.18
HSL 254.35º 0.34% 0.73% -
HSV(B) 254.35º 0.22% 0.82% -
XYZ 42.59 40.32 66.51 -
YUV 172.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 175 164 210 0.17 0.22 0 0.18 254.35 0.34 0.73
Hex AF A4 D2 11 16 0 12 FE 22 49
Octal 257 244 322 21 26 0 22 376 42 111
Binary 10101111 10100100 11010010 10001 10110 0 10010 11111110 100010 1001001

Color Harmonies of #AFA4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4D2

Black with #AFA4D2

Text Example


Text Example

White with #AFA4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4D2; }

 p { color: rgb(175,164,210); }

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

background-color css

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

 a { background-color: rgb(175,164,210); }

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

border-color css

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

 span { border-color: rgb(175,164,210); }

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