Html Css Color HEX #AF86E7 Biloba Flower

📋 copy color: '#AF86E7'

red 175 ◦ green 134 ◦ blue 231

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

Shades of Biloba Flower #AF86E7

Tints of Biloba Flower #AF86E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 32.41%
G = 24.81%
B = 42.78%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF86E7 (or 0xAF86E7) is known color: Biloba Flower. HEX triplet: AF, 86 and E7. RGB value is (175,134,231). Sum of RGB (Red+Green+Blue) = 175+134+231=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF86E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86E7 is #507918. Grayscale: #9C9C9C. Windows color (decimal): -5273881 or 15173295. OLE color: 15173295.

HSL color Cylindrical-coordinate representation of color #AF86E7: hue angle of 265.36º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF86E7 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 134 231 -
CMYK 0.24 0.42 0 0.09
HSL 265.36º 0.67% 0.72% -
HSV(B) 265.36º 0.42% 0.91% -
XYZ 40.63 31.93 79.62 -
YUV 157.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 175 134 231 0.24 0.42 0 0.09 265.36 0.67 0.72
Hex AF 86 E7 18 2A 0 9 109 43 48
Octal 257 206 347 30 52 0 11 411 103 110
Binary 10101111 10000110 11100111 11000 101010 0 1001 100001001 1000011 1001000

Color Harmonies of #AF86E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86E7

Black with #AF86E7

Text Example


Text Example

White with #AF86E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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