Html Css Color HEX #A486E6 Biloba Flower

📋 copy color: '#A486E6'

red 164 ◦ green 134 ◦ blue 230

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

Shades of Biloba Flower #A486E6

Tints of Biloba Flower #A486E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.56%

R = 31.06%
G = 25.38%
B = 43.56%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A486E6 (or 0xA486E6) is known color: Biloba Flower. HEX triplet: A4, 86 and E6. RGB value is (164,134,230). Sum of RGB (Red+Green+Blue) = 164+134+230=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 230 - color contains mainly: blue. Hex color #A486E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486E6 is #5B7919. Grayscale: #999999. Windows color (decimal): -5994778 or 15107748. OLE color: 15107748.

HSL color Cylindrical-coordinate representation of color #A486E6: hue angle of 258.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A486E6 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 134 230 -
CMYK 0.29 0.42 0 0.10
HSL 258.75º 0.66% 0.71% -
HSV(B) 258.75º 0.42% 0.9% -
XYZ 38.12 30.66 78.77 -
YUV 153.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 164 134 230 0.29 0.42 0 0.10 258.75 0.66 0.71
Hex A4 86 E6 1D 2A 0 A 103 42 47
Octal 244 206 346 35 52 0 12 403 102 107
Binary 10100100 10000110 11100110 11101 101010 0 1010 100000011 1000010 1000111

Color Harmonies of #A486E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486E6

Black with #A486E6

Text Example


Text Example

White with #A486E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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