Html Css Color HEX #A533CE Dark Orchid

📋 copy color: '#A533CE'

red 165 ◦ green 51 ◦ blue 206

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

Shades of Dark Orchid #A533CE

Tints of Dark Orchid #A533CE

RGB

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

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

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

R = 39.1%
G = 12.09%
B = 48.82%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A533CE (or 0xA533CE) is known color: Dark Orchid. HEX triplet: A5, 33 and CE. RGB value is (165,51,206). Sum of RGB (Red+Green+Blue) = 165+51+206=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #A533CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533CE is #5ACC31. Grayscale: #666666. Windows color (decimal): -5950514 or 13513637. OLE color: 13513637.

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

Color convert

RGB 165 51 206 -
CMYK 0.20 0.75 0 0.19
HSL 284.13º 0.61% 0.5% -
HSV(B) 284.13º 0.75% 0.81% -
XYZ 27.84 14.82 59.79 -
YUV 102.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 165 51 206 0.20 0.75 0 0.19 284.13 0.61 0.5
Hex A5 33 CE 14 4B 0 13 11C 3D 32
Octal 245 63 316 24 113 0 23 434 75 62
Binary 10100101 110011 11001110 10100 1001011 0 10011 100011100 111101 110010

Color Harmonies of #A533CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533CE

Black with #A533CE

Text Example


Text Example

White with #A533CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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