Html Css Color HEX #AFA4DE Biloba Flower

📋 copy color: '#AFA4DE'

red 175 ◦ green 164 ◦ blue 222

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

Shades of Biloba Flower #AFA4DE

Tints of Biloba Flower #AFA4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 31.19%
G = 29.23%
B = 39.57%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFA4DE (or 0xAFA4DE) is known color: Biloba Flower. HEX triplet: AF, A4 and DE. RGB value is (175,164,222). Sum of RGB (Red+Green+Blue) = 175+164+222=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFA4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4DE is #505B21. Grayscale: #ADADAD. Windows color (decimal): -5266210 or 14591151. OLE color: 14591151.

HSL color Cylindrical-coordinate representation of color #AFA4DE: hue angle of 251.38º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA4DE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 164 222 -
CMYK 0.21 0.26 0 0.13
HSL 251.38º 0.47% 0.76% -
HSV(B) 251.38º 0.26% 0.87% -
XYZ 44.14 40.94 74.68 -
YUV 173.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 175 164 222 0.21 0.26 0 0.13 251.38 0.47 0.76
Hex AF A4 DE 15 1A 0 D FB 2F 4C
Octal 257 244 336 25 32 0 15 373 57 114
Binary 10101111 10100100 11011110 10101 11010 0 1101 11111011 101111 1001100

Color Harmonies of #AFA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4DE

Black with #AFA4DE

Text Example


Text Example

White with #AFA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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