Html Css Color HEX #A392D1 Biloba Flower

📋 copy color: '#A392D1'

red 163 ◦ green 146 ◦ blue 209

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

Shades of Biloba Flower #A392D1

Tints of Biloba Flower #A392D1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.19%

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 31.47%
G = 28.19%
B = 40.35%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A392D1 (or 0xA392D1) is known color: Biloba Flower. HEX triplet: A3, 92 and D1. RGB value is (163,146,209). Sum of RGB (Red+Green+Blue) = 163+146+209=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #A392D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392D1 is #5C6D2E. Grayscale: #9E9E9E. Windows color (decimal): -6057263 or 13734563. OLE color: 13734563.

HSL color Cylindrical-coordinate representation of color #A392D1: hue angle of 256.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A392D1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 146 209 -
CMYK 0.22 0.30 0 0.18
HSL 256.19º 0.41% 0.7% -
HSV(B) 256.19º 0.3% 0.82% -
XYZ 36.89 32.95 64.74 -
YUV 158.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 163 146 209 0.22 0.30 0 0.18 256.19 0.41 0.7
Hex A3 92 D1 16 1E 0 12 100 29 46
Octal 243 222 321 26 36 0 22 400 51 106
Binary 10100011 10010010 11010001 10110 11110 0 10010 100000000 101001 1000110

Color Harmonies of #A392D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392D1

Black with #A392D1

Text Example


Text Example

White with #A392D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392D1; }

 p { color: rgb(163,146,209); }

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

background-color css

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

 a { background-color: rgb(163,146,209); }

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

border-color css

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

 span { border-color: rgb(163,146,209); }

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