Html Css Color HEX #A392DB Biloba Flower

📋 copy color: '#A392DB'

red 163 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #A392DB

Tints of Biloba Flower #A392DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 30.87%
G = 27.65%
B = 41.48%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A392DB (or 0xA392DB) is known color: Biloba Flower. HEX triplet: A3, 92 and DB. RGB value is (163,146,219). Sum of RGB (Red+Green+Blue) = 163+146+219=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A392DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392DB is #5C6D24. Grayscale: #9F9F9F. Windows color (decimal): -6057253 or 14389923. OLE color: 14389923.

HSL color Cylindrical-coordinate representation of color #A392DB: hue angle of 253.97º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A392DB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 146 219 -
CMYK 0.26 0.33 0 0.14
HSL 253.97º 0.5% 0.72% -
HSV(B) 253.97º 0.33% 0.86% -
XYZ 38.17 33.46 71.46 -
YUV 159.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 163 146 219 0.26 0.33 0 0.14 253.97 0.5 0.72
Hex A3 92 DB 1A 21 0 E FE 32 48
Octal 243 222 333 32 41 0 16 376 62 110
Binary 10100011 10010010 11011011 11010 100001 0 1110 11111110 110010 1001000

Color Harmonies of #A392DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392DB

Black with #A392DB

Text Example


Text Example

White with #A392DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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