Html Css Color HEX #AF86EA Biloba Flower

📋 copy color: '#AF86EA'

red 175 ◦ green 134 ◦ blue 234

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

Shades of Biloba Flower #AF86EA

Tints of Biloba Flower #AF86EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 32.23%
G = 24.68%
B = 43.09%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF86EA (or 0xAF86EA) is known color: Biloba Flower. HEX triplet: AF, 86 and EA. RGB value is (175,134,234). Sum of RGB (Red+Green+Blue) = 175+134+234=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF86EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF86EA is #507915. Grayscale: #9D9D9D. Windows color (decimal): -5273878 or 15369903. OLE color: 15369903.

HSL color Cylindrical-coordinate representation of color #AF86EA: hue angle of 264.6º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF86EA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 134 234 -
CMYK 0.25 0.43 0 0.08
HSL 264.6º 0.7% 0.72% -
HSV(B) 264.6º 0.43% 0.92% -
XYZ 41.06 32.1 81.87 -
YUV 157.66 171.08 140.37 -
System Red Green Blue C M Y K H S L
Decimal 175 134 234 0.25 0.43 0 0.08 264.6 0.7 0.72
Hex AF 86 EA 19 2B 0 8 109 46 48
Octal 257 206 352 31 53 0 10 411 106 110
Binary 10101111 10000110 11101010 11001 101011 0 1000 100001001 1000110 1001000

Color Harmonies of #AF86EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF86EA

Black with #AF86EA

Text Example


Text Example

White with #AF86EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF86EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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