Html Css Color HEX #A533D0 Dark Orchid

📋 copy color: '#A533D0'

red 165 ◦ green 51 ◦ blue 208

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

Shades of Dark Orchid #A533D0

Tints of Dark Orchid #A533D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 38.92%
G = 12.03%
B = 49.06%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A533D0 (or 0xA533D0) is known color: Dark Orchid. HEX triplet: A5, 33 and D0. RGB value is (165,51,208). Sum of RGB (Red+Green+Blue) = 165+51+208=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #A533D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533D0 is #5ACC2F. Grayscale: #666666. Windows color (decimal): -5950512 or 13644709. OLE color: 13644709.

HSL color Cylindrical-coordinate representation of color #A533D0: hue angle of 283.57º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A533D0 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 51 208 -
CMYK 0.21 0.75 0 0.18
HSL 283.57º 0.63% 0.51% -
HSV(B) 283.57º 0.75% 0.82% -
XYZ 28.09 14.92 61.07 -
YUV 102.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 165 51 208 0.21 0.75 0 0.18 283.57 0.63 0.51
Hex A5 33 D0 15 4B 0 12 11C 3F 33
Octal 245 63 320 25 113 0 22 434 77 63
Binary 10100101 110011 11010000 10101 1001011 0 10010 100011100 111111 110011

Color Harmonies of #A533D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533D0

Black with #A533D0

Text Example


Text Example

White with #A533D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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