Html Css Color HEX #A533C0 Dark Orchid

📋 copy color: '#A533C0'

red 165 ◦ green 51 ◦ blue 192

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

Shades of Dark Orchid #A533C0

Tints of Dark Orchid #A533C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.06%

R = 40.44%
G = 12.5%
B = 47.06%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A533C0 (or 0xA533C0) is known color: Dark Orchid. HEX triplet: A5, 33 and C0. RGB value is (165,51,192). Sum of RGB (Red+Green+Blue) = 165+51+192=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 192 - color contains mainly: blue. Hex color #A533C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533C0 is #5ACC3F. Grayscale: #646464. Windows color (decimal): -5950528 or 12596133. OLE color: 12596133.

HSL color Cylindrical-coordinate representation of color #A533C0: hue angle of 288.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A533C0 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 51 192 -
CMYK 0.14 0.73 0 0.25
HSL 288.51º 0.58% 0.48% -
HSV(B) 288.51º 0.73% 0.75% -
XYZ 26.22 14.17 51.22 -
YUV 101.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 165 51 192 0.14 0.73 0 0.25 288.51 0.58 0.48
Hex A5 33 C0 E 49 0 19 121 3A 30
Octal 245 63 300 16 111 0 31 441 72 60
Binary 10100101 110011 11000000 1110 1001001 0 11001 100100001 111010 110000

Color Harmonies of #A533C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533C0

Black with #A533C0

Text Example


Text Example

White with #A533C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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