Html Css Color HEX #AF91EE Biloba Flower

📋 copy color: '#AF91EE'

red 175 ◦ green 145 ◦ blue 238

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

Shades of Biloba Flower #AF91EE

Tints of Biloba Flower #AF91EE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.99%

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 31.36%
G = 25.99%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF91EE (or 0xAF91EE) is known color: Biloba Flower. HEX triplet: AF, 91 and EE. RGB value is (175,145,238). Sum of RGB (Red+Green+Blue) = 175+145+238=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF91EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91EE is #506E11. Grayscale: #A4A4A4. Windows color (decimal): -5271058 or 15634863. OLE color: 15634863.

HSL color Cylindrical-coordinate representation of color #AF91EE: hue angle of 259.35º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF91EE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 145 238 -
CMYK 0.26 0.39 0 0.07
HSL 259.35º 0.73% 0.75% -
HSV(B) 259.35º 0.39% 0.93% -
XYZ 43.24 35.54 85.47 -
YUV 164.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 175 145 238 0.26 0.39 0 0.07 259.35 0.73 0.75
Hex AF 91 EE 1A 27 0 7 103 49 4B
Octal 257 221 356 32 47 0 7 403 111 113
Binary 10101111 10010001 11101110 11010 100111 0 111 100000011 1001001 1001011

Color Harmonies of #AF91EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91EE

Black with #AF91EE

Text Example


Text Example

White with #AF91EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91EE; }

 p { color: rgb(175,145,238); }

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

background-color css

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

 a { background-color: rgb(175,145,238); }

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

border-color css

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

 span { border-color: rgb(175,145,238); }

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