Html Css Color HEX #AF95E8 Biloba Flower

📋 copy color: '#AF95E8'

red 175 ◦ green 149 ◦ blue 232

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

Shades of Biloba Flower #AF95E8

Tints of Biloba Flower #AF95E8

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.8%

 BLUE value IS 232 (91.02% from 255) = 41.73%

R = 31.47%
G = 26.8%
B = 41.73%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF95E8 (or 0xAF95E8) is known color: Biloba Flower. HEX triplet: AF, 95 and E8. RGB value is (175,149,232). Sum of RGB (Red+Green+Blue) = 175+149+232=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF95E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF95E8 is #506A17. Grayscale: #A5A5A5. Windows color (decimal): -5270040 or 15242671. OLE color: 15242671.

HSL color Cylindrical-coordinate representation of color #AF95E8: hue angle of 258.8º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF95E8 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 149 232 -
CMYK 0.25 0.36 0 0.09
HSL 258.8º 0.64% 0.75% -
HSV(B) 258.8º 0.36% 0.91% -
XYZ 42.99 36.44 81.11 -
YUV 166.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 175 149 232 0.25 0.36 0 0.09 258.8 0.64 0.75
Hex AF 95 E8 19 24 0 9 103 40 4B
Octal 257 225 350 31 44 0 11 403 100 113
Binary 10101111 10010101 11101000 11001 100100 0 1001 100000011 1000000 1001011

Color Harmonies of #AF95E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95E8

Black with #AF95E8

Text Example


Text Example

White with #AF95E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95E8; }

 p { color: rgb(175,149,232); }

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

background-color css

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

 a { background-color: rgb(175,149,232); }

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

border-color css

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

 span { border-color: rgb(175,149,232); }

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