Html Css Color HEX #A582DA Biloba Flower

📋 copy color: '#A582DA'

red 165 ◦ green 130 ◦ blue 218

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

Shades of Biloba Flower #A582DA

Tints of Biloba Flower #A582DA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.34%

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

R = 32.16%
G = 25.34%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A582DA (or 0xA582DA) is known color: Biloba Flower. HEX triplet: A5, 82 and DA. RGB value is (165,130,218). Sum of RGB (Red+Green+Blue) = 165+130+218=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #A582DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582DA is #5A7D25. Grayscale: #969696. Windows color (decimal): -5930278 or 14320293. OLE color: 14320293.

HSL color Cylindrical-coordinate representation of color #A582DA: hue angle of 263.86º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A582DA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 130 218 -
CMYK 0.24 0.40 0 0.15
HSL 263.86º 0.54% 0.68% -
HSV(B) 263.86º 0.4% 0.85% -
XYZ 36.15 29.03 70.03 -
YUV 150.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 165 130 218 0.24 0.40 0 0.15 263.86 0.54 0.68
Hex A5 82 DA 18 28 0 F 108 36 44
Octal 245 202 332 30 50 0 17 410 66 104
Binary 10100101 10000010 11011010 11000 101000 0 1111 100001000 110110 1000100

Color Harmonies of #A582DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582DA

Black with #A582DA

Text Example


Text Example

White with #A582DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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