Html Css Color HEX #A530DA Dark Orchid

📋 copy color: '#A530DA'

red 165 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #A530DA

Tints of Dark Orchid #A530DA

RGB

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

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

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

R = 38.28%
G = 11.14%
B = 50.58%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A530DA (or 0xA530DA) is known color: Dark Orchid. HEX triplet: A5, 30 and DA. RGB value is (165,48,218). Sum of RGB (Red+Green+Blue) = 165+48+218=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #A530DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530DA is #5ACF25. Grayscale: #656565. Windows color (decimal): -5951270 or 14299301. OLE color: 14299301.

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

Color convert

RGB 165 48 218 -
CMYK 0.24 0.78 0 0.15
HSL 281.29º 0.7% 0.52% -
HSV(B) 281.29º 0.78% 0.85% -
XYZ 29.23 15.18 67.72 -
YUV 102.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 165 48 218 0.24 0.78 0 0.15 281.29 0.7 0.52
Hex A5 30 DA 18 4E 0 F 119 46 34
Octal 245 60 332 30 116 0 17 431 106 64
Binary 10100101 110000 11011010 11000 1001110 0 1111 100011001 1000110 110100

Color Harmonies of #A530DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530DA

Black with #A530DA

Text Example


Text Example

White with #A530DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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