Html Css Color HEX #A392DD Biloba Flower

📋 copy color: '#A392DD'

red 163 ◦ green 146 ◦ blue 221

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

Shades of Biloba Flower #A392DD

Tints of Biloba Flower #A392DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 30.75%
G = 27.55%
B = 41.7%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A392DD (or 0xA392DD) is known color: Biloba Flower. HEX triplet: A3, 92 and DD. RGB value is (163,146,221). Sum of RGB (Red+Green+Blue) = 163+146+221=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #A392DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392DD is #5C6D22. Grayscale: #9F9F9F. Windows color (decimal): -6057251 or 14520995. OLE color: 14520995.

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

Color convert

RGB 163 146 221 -
CMYK 0.26 0.34 0 0.13
HSL 253.6º 0.52% 0.72% -
HSV(B) 253.6º 0.34% 0.87% -
XYZ 38.43 33.56 72.86 -
YUV 159.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 163 146 221 0.26 0.34 0 0.13 253.6 0.52 0.72
Hex A3 92 DD 1A 22 0 D FE 34 48
Octal 243 222 335 32 42 0 15 376 64 110
Binary 10100011 10010010 11011101 11010 100010 0 1101 11111110 110100 1001000

Color Harmonies of #A392DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392DD

Black with #A392DD

Text Example


Text Example

White with #A392DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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