Html Css Color HEX #A33EBD Dark Orchid

📋 copy color: '#A33EBD'

red 163 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #A33EBD

Tints of Dark Orchid #A33EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 39.37%
G = 14.98%
B = 45.65%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A33EBD (or 0xA33EBD) is known color: Dark Orchid. HEX triplet: A3, 3E and BD. RGB value is (163,62,189). Sum of RGB (Red+Green+Blue) = 163+62+189=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #A33EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EBD is #5CC142. Grayscale: #6A6A6A. Windows color (decimal): -6078787 or 12402339. OLE color: 12402339.

HSL color Cylindrical-coordinate representation of color #A33EBD: hue angle of 287.72º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33EBD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 62 189 -
CMYK 0.14 0.67 0 0.26
HSL 287.72º 0.51% 0.49% -
HSV(B) 287.72º 0.67% 0.74% -
XYZ 26.01 14.91 49.65 -
YUV 106.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 163 62 189 0.14 0.67 0 0.26 287.72 0.51 0.49
Hex A3 3E BD E 43 0 1A 120 33 31
Octal 243 76 275 16 103 0 32 440 63 61
Binary 10100011 111110 10111101 1110 1000011 0 11010 100100000 110011 110001

Color Harmonies of #A33EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33EBD

Black with #A33EBD

Text Example


Text Example

White with #A33EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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