Html Css Color HEX #A530AF Dark Orchid

📋 copy color: '#A530AF'

red 165 ◦ green 48 ◦ blue 175

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

Shades of Dark Orchid #A530AF

Tints of Dark Orchid #A530AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 42.53%
G = 12.37%
B = 45.1%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A530AF (or 0xA530AF) is known color: Dark Orchid. HEX triplet: A5, 30 and AF. RGB value is (165,48,175). Sum of RGB (Red+Green+Blue) = 165+48+175=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #A530AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A530AF is #5ACF50. Grayscale: #616161. Windows color (decimal): -5951313 or 11481253. OLE color: 11481253.

HSL color Cylindrical-coordinate representation of color #A530AF: hue angle of 295.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A530AF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 48 175 -
CMYK 0.06 0.73 0 0.31
HSL 295.28º 0.57% 0.44% -
HSV(B) 295.28º 0.73% 0.69% -
XYZ 24.31 13.21 41.83 -
YUV 97.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 165 48 175 0.06 0.73 0 0.31 295.28 0.57 0.44
Hex A5 30 AF 6 49 0 1F 127 39 2C
Octal 245 60 257 6 111 0 37 447 71 54
Binary 10100101 110000 10101111 110 1001001 0 11111 100100111 111001 101100

Color Harmonies of #A530AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A530AF

Black with #A530AF

Text Example


Text Example

White with #A530AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A530AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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