Html Css Color HEX #A392DA Biloba Flower

📋 copy color: '#A392DA'

red 163 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #A392DA

Tints of Biloba Flower #A392DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 30.93%
G = 27.7%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A392DA (or 0xA392DA) is known color: Biloba Flower. HEX triplet: A3, 92 and DA. RGB value is (163,146,218). Sum of RGB (Red+Green+Blue) = 163+146+218=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A392DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A392DA is #5C6D25. Grayscale: #9F9F9F. Windows color (decimal): -6057254 or 14324387. OLE color: 14324387.

HSL color Cylindrical-coordinate representation of color #A392DA: hue angle of 254.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A392DA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 146 218 -
CMYK 0.25 0.33 0 0.15
HSL 254.17º 0.49% 0.71% -
HSV(B) 254.17º 0.33% 0.85% -
XYZ 38.04 33.41 70.77 -
YUV 159.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 163 146 218 0.25 0.33 0 0.15 254.17 0.49 0.71
Hex A3 92 DA 19 21 0 F FE 31 47
Octal 243 222 332 31 41 0 17 376 61 107
Binary 10100011 10010010 11011010 11001 100001 0 1111 11111110 110001 1000111

Color Harmonies of #A392DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A392DA

Black with #A392DA

Text Example


Text Example

White with #A392DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A392DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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