Html Css Color HEX #A33CCA Dark Orchid

📋 copy color: '#A33CCA'

red 163 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #A33CCA

Tints of Dark Orchid #A33CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.12%

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 38.35%
G = 14.12%
B = 47.53%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A33CCA (or 0xA33CCA) is known color: Dark Orchid. HEX triplet: A3, 3C and CA. RGB value is (163,60,202). Sum of RGB (Red+Green+Blue) = 163+60+202=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A33CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CCA is #5CC335. Grayscale: #6A6A6A. Windows color (decimal): -6079286 or 13253795. OLE color: 13253795.

HSL color Cylindrical-coordinate representation of color #A33CCA: hue angle of 283.52º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33CCA is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 60 202 -
CMYK 0.19 0.70 0 0.21
HSL 283.52º 0.57% 0.51% -
HSV(B) 283.52º 0.7% 0.79% -
XYZ 27.38 15.28 57.38 -
YUV 106.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 163 60 202 0.19 0.70 0 0.21 283.52 0.57 0.51
Hex A3 3C CA 13 46 0 15 11C 39 33
Octal 243 74 312 23 106 0 25 434 71 63
Binary 10100011 111100 11001010 10011 1000110 0 10101 100011100 111001 110011

Color Harmonies of #A33CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CCA

Black with #A33CCA

Text Example


Text Example

White with #A33CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CCA; }

 p { color: rgb(163,60,202); }

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

background-color css

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

 a { background-color: rgb(163,60,202); }

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

border-color css

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

 span { border-color: rgb(163,60,202); }

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