Html Css Color HEX #A33DDB Dark Orchid

📋 copy color: '#A33DDB'

red 163 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #A33DDB

Tints of Dark Orchid #A33DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.44%

R = 36.79%
G = 13.77%
B = 49.44%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A33DDB (or 0xA33DDB) is known color: Dark Orchid. HEX triplet: A3, 3D and DB. RGB value is (163,61,219). Sum of RGB (Red+Green+Blue) = 163+61+219=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A33DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DDB is #5CC224. Grayscale: #6C6C6C. Windows color (decimal): -6079013 or 14368163. OLE color: 14368163.

HSL color Cylindrical-coordinate representation of color #A33DDB: hue angle of 278.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33DDB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 61 219 -
CMYK 0.26 0.72 0 0.14
HSL 278.73º 0.69% 0.55% -
HSV(B) 278.73º 0.72% 0.86% -
XYZ 29.56 16.24 68.59 -
YUV 109.51 189.79 166.15 -
System Red Green Blue C M Y K H S L
Decimal 163 61 219 0.26 0.72 0 0.14 278.73 0.69 0.55
Hex A3 3D DB 1A 48 0 E 117 45 37
Octal 243 75 333 32 110 0 16 427 105 67
Binary 10100011 111101 11011011 11010 1001000 0 1110 100010111 1000101 110111

Color Harmonies of #A33DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DDB

Black with #A33DDB

Text Example


Text Example

White with #A33DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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