Html Css Color HEX #A886ED Biloba Flower

📋 copy color: '#A886ED'

red 168 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #A886ED

Tints of Biloba Flower #A886ED

RGB

 RED value IS 168 (66.02% from 255) = 31.17%

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 31.17%
G = 24.86%
B = 43.97%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A886ED (or 0xA886ED) is known color: Biloba Flower. HEX triplet: A8, 86 and ED. RGB value is (168,134,237). Sum of RGB (Red+Green+Blue) = 168+134+237=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #A886ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886ED is #577912. Grayscale: #9B9B9B. Windows color (decimal): -5732627 or 15566504. OLE color: 15566504.

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

Color convert

RGB 168 134 237 -
CMYK 0.29 0.43 0 0.07
HSL 259.81º 0.74% 0.73% -
HSV(B) 259.81º 0.43% 0.93% -
XYZ 39.96 31.49 84.09 -
YUV 155.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 168 134 237 0.29 0.43 0 0.07 259.81 0.74 0.73
Hex A8 86 ED 1D 2B 0 7 104 4A 49
Octal 250 206 355 35 53 0 7 404 112 111
Binary 10101000 10000110 11101101 11101 101011 0 111 100000100 1001010 1001001

Color Harmonies of #A886ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886ED

Black with #A886ED

Text Example


Text Example

White with #A886ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886ED; }

 p { color: rgb(168,134,237); }

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

background-color css

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

 a { background-color: rgb(168,134,237); }

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

border-color css

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

 span { border-color: rgb(168,134,237); }

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