Html Css Color HEX #A486DA Biloba Flower

📋 copy color: '#A486DA'

red 164 ◦ green 134 ◦ blue 218

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

Shades of Biloba Flower #A486DA

Tints of Biloba Flower #A486DA

RGB

 RED value IS 164 (64.45% from 255) = 31.78%

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

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

R = 31.78%
G = 25.97%
B = 42.25%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A486DA (or 0xA486DA) is known color: Biloba Flower. HEX triplet: A4, 86 and DA. RGB value is (164,134,218). Sum of RGB (Red+Green+Blue) = 164+134+218=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A486DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DA is #5B7925. Grayscale: #989898. Windows color (decimal): -5994790 or 14321316. OLE color: 14321316.

HSL color Cylindrical-coordinate representation of color #A486DA: hue angle of 261.43º 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 #A486DA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 134 218 -
CMYK 0.25 0.39 0 0.15
HSL 261.43º 0.53% 0.69% -
HSV(B) 261.43º 0.39% 0.85% -
XYZ 36.49 30 70.2 -
YUV 152.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 164 134 218 0.25 0.39 0 0.15 261.43 0.53 0.69
Hex A4 86 DA 19 27 0 F 105 35 45
Octal 244 206 332 31 47 0 17 405 65 105
Binary 10100100 10000110 11011010 11001 100111 0 1111 100000101 110101 1000101

Color Harmonies of #A486DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486DA

Black with #A486DA

Text Example


Text Example

White with #A486DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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