Html Css Color HEX #A33EBE Dark Orchid

📋 copy color: '#A33EBE'

red 163 ◦ green 62 ◦ blue 190

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

Shades of Dark Orchid #A33EBE

Tints of Dark Orchid #A33EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 39.28%
G = 14.94%
B = 45.78%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A33EBE (or 0xA33EBE) is known color: Dark Orchid. HEX triplet: A3, 3E and BE. RGB value is (163,62,190). Sum of RGB (Red+Green+Blue) = 163+62+190=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A33EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EBE is #5CC141. Grayscale: #6A6A6A. Windows color (decimal): -6078786 or 12467875. OLE color: 12467875.

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

Color convert

RGB 163 62 190 -
CMYK 0.14 0.67 0 0.25
HSL 287.34º 0.51% 0.49% -
HSV(B) 287.34º 0.67% 0.75% -
XYZ 26.12 14.95 50.22 -
YUV 106.79 174.96 168.09 -
System Red Green Blue C M Y K H S L
Decimal 163 62 190 0.14 0.67 0 0.25 287.34 0.51 0.49
Hex A3 3E BE E 43 0 19 11F 33 31
Octal 243 76 276 16 103 0 31 437 63 61
Binary 10100011 111110 10111110 1110 1000011 0 11001 100011111 110011 110001

Color Harmonies of #A33EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33EBE

Black with #A33EBE

Text Example


Text Example

White with #A33EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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