Html Css Color HEX #A392D7 Biloba Flower

📋 copy color: '#A392D7'

red 163 ◦ green 146 ◦ blue 215

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

Shades of Biloba Flower #A392D7

Tints of Biloba Flower #A392D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 31.11%
G = 27.86%
B = 41.03%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A392D7 (or 0xA392D7) is known color: Biloba Flower. HEX triplet: A3, 92 and D7. RGB value is (163,146,215). Sum of RGB (Red+Green+Blue) = 163+146+215=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #A392D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392D7 is #5C6D28. Grayscale: #9E9E9E. Windows color (decimal): -6057257 or 14127779. OLE color: 14127779.

HSL color Cylindrical-coordinate representation of color #A392D7: hue angle of 254.78º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A392D7 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 146 215 -
CMYK 0.24 0.32 0 0.16
HSL 254.78º 0.46% 0.71% -
HSV(B) 254.78º 0.32% 0.84% -
XYZ 37.65 33.25 68.72 -
YUV 158.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 163 146 215 0.24 0.32 0 0.16 254.78 0.46 0.71
Hex A3 92 D7 18 20 0 10 FF 2E 47
Octal 243 222 327 30 40 0 20 377 56 107
Binary 10100011 10010010 11010111 11000 100000 0 10000 11111111 101110 1000111

Color Harmonies of #A392D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392D7

Black with #A392D7

Text Example


Text Example

White with #A392D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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