Html Css Color HEX #A493DA Biloba Flower

📋 copy color: '#A493DA'

red 164 ◦ green 147 ◦ blue 218

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

Shades of Biloba Flower #A493DA

Tints of Biloba Flower #A493DA

RGB

 RED value IS 164 (64.45% from 255) = 31%

 GREEN value IS 147 (57.81% from 255) = 27.79%

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

R = 31%
G = 27.79%
B = 41.21%

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

#A493DA (or 0xA493DA) is known color: Biloba Flower. HEX triplet: A4, 93 and DA. RGB value is (164,147,218). Sum of RGB (Red+Green+Blue) = 164+147+218=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A493DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493DA is #5B6C25. Grayscale: #9F9F9F. Windows color (decimal): -5991462 or 14324644. OLE color: 14324644.

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

Color convert

RGB 164 147 218 -
CMYK 0.25 0.33 0 0.15
HSL 254.37º 0.49% 0.72% -
HSV(B) 254.37º 0.33% 0.85% -
XYZ 38.4 33.82 70.83 -
YUV 160.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 164 147 218 0.25 0.33 0 0.15 254.37 0.49 0.72
Hex A4 93 DA 19 21 0 F FE 31 48
Octal 244 223 332 31 41 0 17 376 61 110
Binary 10100100 10010011 11011010 11001 100001 0 1111 11111110 110001 1001000

Color Harmonies of #A493DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A493DA

Black with #A493DA

Text Example


Text Example

White with #A493DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A493DA; }

 p { color: rgb(164,147,218); }

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

background-color css

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

 a { background-color: rgb(164,147,218); }

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

border-color css

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

 span { border-color: rgb(164,147,218); }

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