Html Css Color HEX #A33EDE Dark Orchid

📋 copy color: '#A33EDE'

red 163 ◦ green 62 ◦ blue 222

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

Shades of Dark Orchid #A33EDE

Tints of Dark Orchid #A33EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.87%

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 36.47%
G = 13.87%
B = 49.66%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A33EDE (or 0xA33EDE) is known color: Dark Orchid. HEX triplet: A3, 3E and DE. RGB value is (163,62,222). Sum of RGB (Red+Green+Blue) = 163+62+222=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #A33EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EDE is #5CC121. Grayscale: #6D6D6D. Windows color (decimal): -6078754 or 14565027. OLE color: 14565027.

HSL color Cylindrical-coordinate representation of color #A33EDE: hue angle of 277.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33EDE is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 62 222 -
CMYK 0.27 0.72 0 0.13
HSL 277.88º 0.71% 0.56% -
HSV(B) 277.88º 0.72% 0.87% -
XYZ 30.01 16.51 70.71 -
YUV 110.44 190.96 165.49 -
System Red Green Blue C M Y K H S L
Decimal 163 62 222 0.27 0.72 0 0.13 277.88 0.71 0.56
Hex A3 3E DE 1B 48 0 D 116 47 38
Octal 243 76 336 33 110 0 15 426 107 70
Binary 10100011 111110 11011110 11011 1001000 0 1101 100010110 1000111 111000

Color Harmonies of #A33EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33EDE

Black with #A33EDE

Text Example


Text Example

White with #A33EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33EDE; }

 p { color: rgb(163,62,222); }

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

background-color css

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

 a { background-color: rgb(163,62,222); }

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

border-color css

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

 span { border-color: rgb(163,62,222); }

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