Html Css Color HEX #A594DA Biloba Flower

📋 copy color: '#A594DA'

red 165 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #A594DA

Tints of Biloba Flower #A594DA

RGB

 RED value IS 165 (64.84% from 255) = 31.07%

 GREEN value IS 148 (58.2% from 255) = 27.87%

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

R = 31.07%
G = 27.87%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A594DA (or 0xA594DA) is known color: Biloba Flower. HEX triplet: A5, 94 and DA. RGB value is (165,148,218). Sum of RGB (Red+Green+Blue) = 165+148+218=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A594DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594DA is #5A6B25. Grayscale: #A0A0A0. Windows color (decimal): -5925670 or 14324901. OLE color: 14324901.

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

Color convert

RGB 165 148 218 -
CMYK 0.24 0.32 0 0.15
HSL 254.57º 0.49% 0.72% -
HSV(B) 254.57º 0.32% 0.85% -
XYZ 38.76 34.24 70.9 -
YUV 161.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 165 148 218 0.24 0.32 0 0.15 254.57 0.49 0.72
Hex A5 94 DA 18 20 0 F FF 31 48
Octal 245 224 332 30 40 0 17 377 61 110
Binary 10100101 10010100 11011010 11000 100000 0 1111 11111111 110001 1001000

Color Harmonies of #A594DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594DA

Black with #A594DA

Text Example


Text Example

White with #A594DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594DA; }

 p { color: rgb(165,148,218); }

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

background-color css

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

 a { background-color: rgb(165,148,218); }

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

border-color css

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

 span { border-color: rgb(165,148,218); }

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