Html Css Color HEX #A386E2 Biloba Flower

📋 copy color: '#A386E2'

red 163 ◦ green 134 ◦ blue 226

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

Shades of Biloba Flower #A386E2

Tints of Biloba Flower #A386E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.21%

R = 31.17%
G = 25.62%
B = 43.21%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A386E2 (or 0xA386E2) is known color: Biloba Flower. HEX triplet: A3, 86 and E2. RGB value is (163,134,226). Sum of RGB (Red+Green+Blue) = 163+134+226=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #A386E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386E2 is #5C791D. Grayscale: #989898. Windows color (decimal): -6060318 or 14845603. OLE color: 14845603.

HSL color Cylindrical-coordinate representation of color #A386E2: hue angle of 258.91º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A386E2 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 134 226 -
CMYK 0.28 0.41 0 0.11
HSL 258.91º 0.61% 0.71% -
HSV(B) 258.91º 0.41% 0.89% -
XYZ 37.36 30.33 75.84 -
YUV 153.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 163 134 226 0.28 0.41 0 0.11 258.91 0.61 0.71
Hex A3 86 E2 1C 29 0 B 103 3D 47
Octal 243 206 342 34 51 0 13 403 75 107
Binary 10100011 10000110 11100010 11100 101001 0 1011 100000011 111101 1000111

Color Harmonies of #A386E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A386E2

Black with #A386E2

Text Example


Text Example

White with #A386E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A386E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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