Html Css Color HEX #A530CE Dark Orchid

📋 copy color: '#A530CE'

red 165 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #A530CE

Tints of Dark Orchid #A530CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 39.38%
G = 11.46%
B = 49.16%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A530CE (or 0xA530CE) is known color: Dark Orchid. HEX triplet: A5, 30 and CE. RGB value is (165,48,206). Sum of RGB (Red+Green+Blue) = 165+48+206=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #A530CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A530CE is #5ACF31. Grayscale: #646464. Windows color (decimal): -5951282 or 13512869. OLE color: 13512869.

HSL color Cylindrical-coordinate representation of color #A530CE: hue angle of 284.43º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A530CE is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 48 206 -
CMYK 0.20 0.77 0 0.19
HSL 284.43º 0.62% 0.5% -
HSV(B) 284.43º 0.77% 0.81% -
XYZ 27.71 14.57 59.74 -
YUV 101 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 165 48 206 0.20 0.77 0 0.19 284.43 0.62 0.5
Hex A5 30 CE 14 4D 0 13 11C 3E 32
Octal 245 60 316 24 115 0 23 434 76 62
Binary 10100101 110000 11001110 10100 1001101 0 10011 100011100 111110 110010

Color Harmonies of #A530CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530CE

Black with #A530CE

Text Example


Text Example

White with #A530CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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