Html Css Color HEX #A33DCD Dark Orchid

📋 copy color: '#A33DCD'

red 163 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #A33DCD

Tints of Dark Orchid #A33DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 38%
G = 14.22%
B = 47.79%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A33DCD (or 0xA33DCD) is known color: Dark Orchid. HEX triplet: A3, 3D and CD. RGB value is (163,61,205). Sum of RGB (Red+Green+Blue) = 163+61+205=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A33DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DCD is #5CC232. Grayscale: #6B6B6B. Windows color (decimal): -6079027 or 13450659. OLE color: 13450659.

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

Color convert

RGB 163 61 205 -
CMYK 0.20 0.70 0 0.20
HSL 282.5º 0.59% 0.52% -
HSV(B) 282.5º 0.7% 0.8% -
XYZ 27.79 15.53 59.29 -
YUV 107.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 163 61 205 0.20 0.70 0 0.20 282.5 0.59 0.52
Hex A3 3D CD 14 46 0 14 11A 3B 34
Octal 243 75 315 24 106 0 24 432 73 64
Binary 10100011 111101 11001101 10100 1000110 0 10100 100011010 111011 110100

Color Harmonies of #A33DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DCD

Black with #A33DCD

Text Example


Text Example

White with #A33DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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