Html Css Color HEX #A533AD Dark Orchid

📋 copy color: '#A533AD'

red 165 ◦ green 51 ◦ blue 173

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

Shades of Dark Orchid #A533AD

Tints of Dark Orchid #A533AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 42.42%
G = 13.11%
B = 44.47%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A533AD (or 0xA533AD) is known color: Dark Orchid. HEX triplet: A5, 33 and AD. RGB value is (165,51,173). Sum of RGB (Red+Green+Blue) = 165+51+173=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #A533AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A533AD is #5ACC52. Grayscale: #626262. Windows color (decimal): -5950547 or 11350949. OLE color: 11350949.

HSL color Cylindrical-coordinate representation of color #A533AD: hue angle of 296.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A533AD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 51 173 -
CMYK 0.05 0.71 0 0.32
HSL 296.07º 0.54% 0.44% -
HSV(B) 296.07º 0.71% 0.68% -
XYZ 24.24 13.38 40.84 -
YUV 98.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 165 51 173 0.05 0.71 0 0.32 296.07 0.54 0.44
Hex A5 33 AD 5 47 0 20 128 36 2C
Octal 245 63 255 5 107 0 40 450 66 54
Binary 10100101 110011 10101101 101 1000111 0 100000 100101000 110110 101100

Color Harmonies of #A533AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533AD

Black with #A533AD

Text Example


Text Example

White with #A533AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533AD; }

 p { color: rgb(165,51,173); }

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

background-color css

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

 a { background-color: rgb(165,51,173); }

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

border-color css

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

 span { border-color: rgb(165,51,173); }

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