Html Css Color HEX #A086DA Biloba Flower

📋 copy color: '#A086DA'

red 160 ◦ green 134 ◦ blue 218

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

Shades of Biloba Flower #A086DA

Tints of Biloba Flower #A086DA

RGB

 RED value IS 160 (62.89% from 255) = 31.25%

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 31.25%
G = 26.17%
B = 42.58%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A086DA (or 0xA086DA) is known color: Biloba Flower. HEX triplet: A0, 86 and DA. RGB value is (160,134,218). Sum of RGB (Red+Green+Blue) = 160+134+218=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #A086DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086DA is #5F7925. Grayscale: #979797. Windows color (decimal): -6256934 or 14321312. OLE color: 14321312.

HSL color Cylindrical-coordinate representation of color #A086DA: hue angle of 258.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A086DA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 134 218 -
CMYK 0.27 0.39 0 0.15
HSL 258.57º 0.53% 0.69% -
HSV(B) 258.57º 0.39% 0.85% -
XYZ 35.68 29.59 70.16 -
YUV 151.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 160 134 218 0.27 0.39 0 0.15 258.57 0.53 0.69
Hex A0 86 DA 1B 27 0 F 103 35 45
Octal 240 206 332 33 47 0 17 403 65 105
Binary 10100000 10000110 11011010 11011 100111 0 1111 100000011 110101 1000101

Color Harmonies of #A086DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A086DA

Black with #A086DA

Text Example


Text Example

White with #A086DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A086DA; }

 p { color: rgb(160,134,218); }

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

background-color css

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

 a { background-color: rgb(160,134,218); }

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

border-color css

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

 span { border-color: rgb(160,134,218); }

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