Html Css Color HEX #A386E0 Biloba Flower

📋 copy color: '#A386E0'

red 163 ◦ green 134 ◦ blue 224

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

Shades of Biloba Flower #A386E0

Tints of Biloba Flower #A386E0

RGB

 RED value IS 163 (64.06% from 255) = 31.29%

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

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 31.29%
G = 25.72%
B = 42.99%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A386E0 (or 0xA386E0) is known color: Biloba Flower. HEX triplet: A3, 86 and E0. RGB value is (163,134,224). Sum of RGB (Red+Green+Blue) = 163+134+224=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #A386E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386E0 is #5C791F. Grayscale: #989898. Windows color (decimal): -6060320 or 14714531. OLE color: 14714531.

HSL color Cylindrical-coordinate representation of color #A386E0: hue angle of 259.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A386E0 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 163 134 224 -
CMYK 0.27 0.40 0 0.12
HSL 259.33º 0.59% 0.7% -
HSV(B) 259.33º 0.4% 0.88% -
XYZ 37.08 30.22 74.4 -
YUV 152.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 163 134 224 0.27 0.40 0 0.12 259.33 0.59 0.7
Hex A3 86 E0 1B 28 0 C 103 3B 46
Octal 243 206 340 33 50 0 14 403 73 106
Binary 10100011 10000110 11100000 11011 101000 0 1100 100000011 111011 1000110

Color Harmonies of #A386E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386E0

Black with #A386E0

Text Example


Text Example

White with #A386E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386E0; }

 p { color: rgb(163,134,224); }

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

background-color css

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

 a { background-color: rgb(163,134,224); }

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

border-color css

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

 span { border-color: rgb(163,134,224); }

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