Html Css Color HEX #A530DD Dark Orchid

📋 copy color: '#A530DD'

red 165 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #A530DD

Tints of Dark Orchid #A530DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

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

R = 38.02%
G = 11.06%
B = 50.92%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A530DD (or 0xA530DD) is known color: Dark Orchid. HEX triplet: A5, 30 and DD. RGB value is (165,48,221). Sum of RGB (Red+Green+Blue) = 165+48+221=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #A530DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530DD is #5ACF22. Grayscale: #666666. Windows color (decimal): -5951267 or 14495909. OLE color: 14495909.

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

Color convert

RGB 165 48 221 -
CMYK 0.25 0.78 0 0.13
HSL 280.58º 0.72% 0.53% -
HSV(B) 280.58º 0.78% 0.87% -
XYZ 29.63 15.33 69.8 -
YUV 102.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 165 48 221 0.25 0.78 0 0.13 280.58 0.72 0.53
Hex A5 30 DD 19 4E 0 D 119 48 35
Octal 245 60 335 31 116 0 15 431 110 65
Binary 10100101 110000 11011101 11001 1001110 0 1101 100011001 1001000 110101

Color Harmonies of #A530DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530DD

Black with #A530DD

Text Example


Text Example

White with #A530DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530DD; }

 p { color: rgb(165,48,221); }

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

background-color css

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

 a { background-color: rgb(165,48,221); }

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

border-color css

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

 span { border-color: rgb(165,48,221); }

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