Html Css Color HEX #A33ACC Dark Orchid

📋 copy color: '#A33ACC'

red 163 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #A33ACC

Tints of Dark Orchid #A33ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.65%

 BLUE value IS 204 (80.08% from 255) = 48%

R = 38.35%
G = 13.65%
B = 48%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A33ACC (or 0xA33ACC) is known color: Dark Orchid. HEX triplet: A3, 3A and CC. RGB value is (163,58,204). Sum of RGB (Red+Green+Blue) = 163+58+204=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A33ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ACC is #5CC533. Grayscale: #696969. Windows color (decimal): -6079796 or 13384355. OLE color: 13384355.

HSL color Cylindrical-coordinate representation of color #A33ACC: hue angle of 283.15º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33ACC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 58 204 -
CMYK 0.20 0.72 0 0.2
HSL 283.15º 0.59% 0.51% -
HSV(B) 283.15º 0.72% 0.8% -
XYZ 27.52 15.17 58.61 -
YUV 106.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 163 58 204 0.20 0.72 0 0.2 283.15 0.59 0.51
Hex A3 3A CC 14 48 0 14 11B 3B 33
Octal 243 72 314 24 110 0 24 433 73 63
Binary 10100011 111010 11001100 10100 1001000 0 10100 100011011 111011 110011

Color Harmonies of #A33ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33ACC

Black with #A33ACC

Text Example


Text Example

White with #A33ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33ACC; }

 p { color: rgb(163,58,204); }

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

background-color css

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

 a { background-color: rgb(163,58,204); }

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

border-color css

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

 span { border-color: rgb(163,58,204); }

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