Html Css Color HEX #AF94E5 Biloba Flower

📋 copy color: '#AF94E5'

red 175 ◦ green 148 ◦ blue 229

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

Shades of Biloba Flower #AF94E5

Tints of Biloba Flower #AF94E5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.81%

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

R = 31.7%
G = 26.81%
B = 41.49%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF94E5 (or 0xAF94E5) is known color: Biloba Flower. HEX triplet: AF, 94 and E5. RGB value is (175,148,229). Sum of RGB (Red+Green+Blue) = 175+148+229=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF94E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94E5 is #506B1A. Grayscale: #A5A5A5. Windows color (decimal): -5270299 or 15045807. OLE color: 15045807.

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

Color convert

RGB 175 148 229 -
CMYK 0.24 0.35 0 0.10
HSL 260º 0.61% 0.74% -
HSV(B) 260º 0.35% 0.9% -
XYZ 42.41 35.95 78.83 -
YUV 165.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 175 148 229 0.24 0.35 0 0.10 260 0.61 0.74
Hex AF 94 E5 18 23 0 A 104 3D 4A
Octal 257 224 345 30 43 0 12 404 75 112
Binary 10101111 10010100 11100101 11000 100011 0 1010 100000100 111101 1001010

Color Harmonies of #AF94E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF94E5

Black with #AF94E5

Text Example


Text Example

White with #AF94E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF94E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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