Html Css Color HEX #AFA4E5 Biloba Flower

📋 copy color: '#AFA4E5'

red 175 ◦ green 164 ◦ blue 229

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

Shades of Biloba Flower #AFA4E5

Tints of Biloba Flower #AFA4E5

RGB

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

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

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

R = 30.81%
G = 28.87%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFA4E5 (or 0xAFA4E5) is known color: Biloba Flower. HEX triplet: AF, A4 and E5. RGB value is (175,164,229). Sum of RGB (Red+Green+Blue) = 175+164+229=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFA4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4E5 is #505B1A. Grayscale: #AEAEAE. Windows color (decimal): -5266203 or 15049903. OLE color: 15049903.

HSL color Cylindrical-coordinate representation of color #AFA4E5: hue angle of 250.15º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFA4E5 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 164 229 -
CMYK 0.24 0.28 0 0.10
HSL 250.15º 0.56% 0.77% -
HSV(B) 250.15º 0.28% 0.9% -
XYZ 45.1 41.32 79.73 -
YUV 174.7 158.64 128.21 -
System Red Green Blue C M Y K H S L
Decimal 175 164 229 0.24 0.28 0 0.10 250.15 0.56 0.77
Hex AF A4 E5 18 1C 0 A FA 38 4D
Octal 257 244 345 30 34 0 12 372 70 115
Binary 10101111 10100100 11100101 11000 11100 0 1010 11111010 111000 1001101

Color Harmonies of #AFA4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA4E5

Black with #AFA4E5

Text Example


Text Example

White with #AFA4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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