Html Css Color HEX #A392DF Biloba Flower

📋 copy color: '#A392DF'

red 163 ◦ green 146 ◦ blue 223

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

Shades of Biloba Flower #A392DF

Tints of Biloba Flower #A392DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 30.64%
G = 27.44%
B = 41.92%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A392DF (or 0xA392DF) is known color: Biloba Flower. HEX triplet: A3, 92 and DF. RGB value is (163,146,223). Sum of RGB (Red+Green+Blue) = 163+146+223=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A392DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392DF is #5C6D20. Grayscale: #9F9F9F. Windows color (decimal): -6057249 or 14652067. OLE color: 14652067.

HSL color Cylindrical-coordinate representation of color #A392DF: hue angle of 253.25º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A392DF is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 146 223 -
CMYK 0.27 0.35 0 0.13
HSL 253.25º 0.55% 0.72% -
HSV(B) 253.25º 0.35% 0.87% -
XYZ 38.7 33.67 74.27 -
YUV 159.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 163 146 223 0.27 0.35 0 0.13 253.25 0.55 0.72
Hex A3 92 DF 1B 23 0 D FD 37 48
Octal 243 222 337 33 43 0 15 375 67 110
Binary 10100011 10010010 11011111 11011 100011 0 1101 11111101 110111 1001000

Color Harmonies of #A392DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392DF

Black with #A392DF

Text Example


Text Example

White with #A392DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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