Html Css Color HEX #A533DF Dark Orchid

📋 copy color: '#A533DF'

red 165 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #A533DF

Tints of Dark Orchid #A533DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 37.59%
G = 11.62%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A533DF (or 0xA533DF) is known color: Dark Orchid. HEX triplet: A5, 33 and DF. RGB value is (165,51,223). Sum of RGB (Red+Green+Blue) = 165+51+223=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A533DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533DF is #5ACC20. Grayscale: #686868. Windows color (decimal): -5950497 or 14627749. OLE color: 14627749.

HSL color Cylindrical-coordinate representation of color #A533DF: hue angle of 279.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A533DF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 51 223 -
CMYK 0.26 0.77 0 0.13
HSL 279.77º 0.73% 0.54% -
HSV(B) 279.77º 0.77% 0.87% -
XYZ 30.02 15.69 71.26 -
YUV 104.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 165 51 223 0.26 0.77 0 0.13 279.77 0.73 0.54
Hex A5 33 DF 1A 4D 0 D 118 49 36
Octal 245 63 337 32 115 0 15 430 111 66
Binary 10100101 110011 11011111 11010 1001101 0 1101 100011000 1001001 110110

Color Harmonies of #A533DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533DF

Black with #A533DF

Text Example


Text Example

White with #A533DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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