Html Css Color HEX #A530BD Dark Orchid

📋 copy color: '#A530BD'

red 165 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A530BD

Tints of Dark Orchid #A530BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 41.04%
G = 11.94%
B = 47.01%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A530BD (or 0xA530BD) is known color: Dark Orchid. HEX triplet: A5, 30 and BD. RGB value is (165,48,189). Sum of RGB (Red+Green+Blue) = 165+48+189=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #A530BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530BD is #5ACF42. Grayscale: #626262. Windows color (decimal): -5951299 or 12398757. OLE color: 12398757.

HSL color Cylindrical-coordinate representation of color #A530BD: hue angle of 289.79º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A530BD is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 48 189 -
CMYK 0.13 0.75 0 0.26
HSL 289.79º 0.59% 0.46% -
HSV(B) 289.79º 0.75% 0.74% -
XYZ 25.76 13.79 49.45 -
YUV 99.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 165 48 189 0.13 0.75 0 0.26 289.79 0.59 0.46
Hex A5 30 BD D 4B 0 1A 122 3B 2E
Octal 245 60 275 15 113 0 32 442 73 56
Binary 10100101 110000 10111101 1101 1001011 0 11010 100100010 111011 101110

Color Harmonies of #A530BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530BD

Black with #A530BD

Text Example


Text Example

White with #A530BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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