Html Css Color HEX #A333DF Dark Orchid

📋 copy color: '#A333DF'

red 163 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #A333DF

Tints of Dark Orchid #A333DF

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

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

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

R = 37.3%
G = 11.67%
B = 51.03%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A333DF (or 0xA333DF) is known color: Dark Orchid. HEX triplet: A3, 33 and DF. RGB value is (163,51,223). Sum of RGB (Red+Green+Blue) = 163+51+223=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #A333DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333DF is #5CCC20. Grayscale: #676767. Windows color (decimal): -6081569 or 14627747. OLE color: 14627747.

HSL color Cylindrical-coordinate representation of color #A333DF: hue angle of 279.07º 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 #A333DF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 51 223 -
CMYK 0.27 0.77 0 0.13
HSL 279.07º 0.73% 0.54% -
HSV(B) 279.07º 0.77% 0.87% -
XYZ 29.61 15.48 71.24 -
YUV 104.1 195.11 170.01 -
System Red Green Blue C M Y K H S L
Decimal 163 51 223 0.27 0.77 0 0.13 279.07 0.73 0.54
Hex A3 33 DF 1B 4D 0 D 117 49 36
Octal 243 63 337 33 115 0 15 427 111 66
Binary 10100011 110011 11011111 11011 1001101 0 1101 100010111 1001001 110110

Color Harmonies of #A333DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333DF

Black with #A333DF

Text Example


Text Example

White with #A333DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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