Html Css Color HEX #A33DCA Dark Orchid

📋 copy color: '#A33DCA'

red 163 ◦ green 61 ◦ blue 202

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

Shades of Dark Orchid #A33DCA

Tints of Dark Orchid #A33DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

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

R = 38.26%
G = 14.32%
B = 47.42%

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

#A33DCA (or 0xA33DCA) is known color: Dark Orchid. HEX triplet: A3, 3D and CA. RGB value is (163,61,202). Sum of RGB (Red+Green+Blue) = 163+61+202=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #A33DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DCA is #5CC235. Grayscale: #6B6B6B. Windows color (decimal): -6079030 or 13254051. OLE color: 13254051.

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

Color convert

RGB 163 61 202 -
CMYK 0.19 0.70 0 0.21
HSL 283.4º 0.57% 0.52% -
HSV(B) 283.4º 0.7% 0.79% -
XYZ 27.43 15.39 57.4 -
YUV 107.57 181.29 167.54 -
System Red Green Blue C M Y K H S L
Decimal 163 61 202 0.19 0.70 0 0.21 283.4 0.57 0.52
Hex A3 3D CA 13 46 0 15 11B 39 34
Octal 243 75 312 23 106 0 25 433 71 64
Binary 10100011 111101 11001010 10011 1000110 0 10101 100011011 111001 110100

Color Harmonies of #A33DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DCA

Black with #A33DCA

Text Example


Text Example

White with #A33DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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