Html Css Color HEX #A333CE Dark Orchid

📋 copy color: '#A333CE'

red 163 ◦ green 51 ◦ blue 206

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

Shades of Dark Orchid #A333CE

Tints of Dark Orchid #A333CE

RGB

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

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

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

R = 38.81%
G = 12.14%
B = 49.05%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A333CE (or 0xA333CE) is known color: Dark Orchid. HEX triplet: A3, 33 and CE. RGB value is (163,51,206). Sum of RGB (Red+Green+Blue) = 163+51+206=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A333CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333CE is #5CCC31. Grayscale: #656565. Windows color (decimal): -6081586 or 13513635. OLE color: 13513635.

HSL color Cylindrical-coordinate representation of color #A333CE: hue angle of 283.35º 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 #A333CE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 51 206 -
CMYK 0.21 0.75 0 0.19
HSL 283.35º 0.61% 0.5% -
HSV(B) 283.35º 0.75% 0.81% -
XYZ 27.43 14.61 59.77 -
YUV 102.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 163 51 206 0.21 0.75 0 0.19 283.35 0.61 0.5
Hex A3 33 CE 15 4B 0 13 11B 3D 32
Octal 243 63 316 25 113 0 23 433 75 62
Binary 10100011 110011 11001110 10101 1001011 0 10011 100011011 111101 110010

Color Harmonies of #A333CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333CE

Black with #A333CE

Text Example


Text Example

White with #A333CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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