Html Css Color HEX #AFA1E5 Biloba Flower

📋 copy color: '#AFA1E5'

red 175 ◦ green 161 ◦ blue 229

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

Shades of Biloba Flower #AFA1E5

Tints of Biloba Flower #AFA1E5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.5%

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 30.97%
G = 28.5%
B = 40.53%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFA1E5 (or 0xAFA1E5) is known color: Biloba Flower. HEX triplet: AF, A1 and E5. RGB value is (175,161,229). Sum of RGB (Red+Green+Blue) = 175+161+229=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFA1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1E5 is #505E1A. Grayscale: #ACACAC. Windows color (decimal): -5266971 or 15049135. OLE color: 15049135.

HSL color Cylindrical-coordinate representation of color #AFA1E5: hue angle of 252.35º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFA1E5 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 161 229 -
CMYK 0.24 0.30 0 0.10
HSL 252.35º 0.57% 0.76% -
HSV(B) 252.35º 0.3% 0.9% -
XYZ 44.57 40.26 79.55 -
YUV 172.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 175 161 229 0.24 0.30 0 0.10 252.35 0.57 0.76
Hex AF A1 E5 18 1E 0 A FC 39 4C
Octal 257 241 345 30 36 0 12 374 71 114
Binary 10101111 10100001 11100101 11000 11110 0 1010 11111100 111001 1001100

Color Harmonies of #AFA1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1E5

Black with #AFA1E5

Text Example


Text Example

White with #AFA1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1E5; }

 p { color: rgb(175,161,229); }

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

background-color css

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

 a { background-color: rgb(175,161,229); }

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

border-color css

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

 span { border-color: rgb(175,161,229); }

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