Html Css Color HEX #AF86EE Biloba Flower

📋 copy color: '#AF86EE'

red 175 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #AF86EE

Tints of Biloba Flower #AF86EE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.5%

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

R = 31.99%
G = 24.5%
B = 43.51%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF86EE (or 0xAF86EE) is known color: Biloba Flower. HEX triplet: AF, 86 and EE. RGB value is (175,134,238). Sum of RGB (Red+Green+Blue) = 175+134+238=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86EE is #507911. Grayscale: #9D9D9D. Windows color (decimal): -5273874 or 15632047. OLE color: 15632047.

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

Color convert

RGB 175 134 238 -
CMYK 0.26 0.44 0 0.07
HSL 263.65º 0.75% 0.73% -
HSV(B) 263.65º 0.44% 0.93% -
XYZ 41.64 32.34 84.94 -
YUV 158.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 175 134 238 0.26 0.44 0 0.07 263.65 0.75 0.73
Hex AF 86 EE 1A 2C 0 7 108 4B 49
Octal 257 206 356 32 54 0 7 410 113 111
Binary 10101111 10000110 11101110 11010 101100 0 111 100001000 1001011 1001001

Color Harmonies of #AF86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86EE

Black with #AF86EE

Text Example


Text Example

White with #AF86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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