Html Css Color HEX #A530BE Dark Orchid

📋 copy color: '#A530BE'

red 165 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #A530BE

Tints of Dark Orchid #A530BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 40.94%
G = 11.91%
B = 47.15%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A530BE (or 0xA530BE) is known color: Dark Orchid. HEX triplet: A5, 30 and BE. RGB value is (165,48,190). Sum of RGB (Red+Green+Blue) = 165+48+190=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A530BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530BE is #5ACF41. Grayscale: #626262. Windows color (decimal): -5951298 or 12464293. OLE color: 12464293.

HSL color Cylindrical-coordinate representation of color #A530BE: hue angle of 289.44º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A530BE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 48 190 -
CMYK 0.13 0.75 0 0.25
HSL 289.44º 0.6% 0.47% -
HSV(B) 289.44º 0.75% 0.75% -
XYZ 25.87 13.83 50.02 -
YUV 99.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 165 48 190 0.13 0.75 0 0.25 289.44 0.6 0.47
Hex A5 30 BE D 4B 0 19 121 3C 2F
Octal 245 60 276 15 113 0 31 441 74 57
Binary 10100101 110000 10111110 1101 1001011 0 11001 100100001 111100 101111

Color Harmonies of #A530BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530BE

Black with #A530BE

Text Example


Text Example

White with #A530BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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