Html Css Color HEX #A33AE6 Dark Orchid

📋 copy color: '#A33AE6'

red 163 ◦ green 58 ◦ blue 230

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

Shades of Dark Orchid #A33AE6

Tints of Dark Orchid #A33AE6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.86%

 BLUE value IS 230 (90.23% from 255) = 51%

R = 36.14%
G = 12.86%
B = 51%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A33AE6 (or 0xA33AE6) is known color: Dark Orchid. HEX triplet: A3, 3A and E6. RGB value is (163,58,230). Sum of RGB (Red+Green+Blue) = 163+58+230=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #A33AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33AE6 is #5CC519. Grayscale: #6C6C6C. Windows color (decimal): -6079770 or 15088291. OLE color: 15088291.

HSL color Cylindrical-coordinate representation of color #A33AE6: hue angle of 276.63º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33AE6 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 58 230 -
CMYK 0.29 0.75 0 0.10
HSL 276.63º 0.77% 0.56% -
HSV(B) 276.63º 0.75% 0.9% -
XYZ 30.9 16.53 76.42 -
YUV 109 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 163 58 230 0.29 0.75 0 0.10 276.63 0.77 0.56
Hex A3 3A E6 1D 4B 0 A 115 4D 38
Octal 243 72 346 35 113 0 12 425 115 70
Binary 10100011 111010 11100110 11101 1001011 0 1010 100010101 1001101 111000

Color Harmonies of #A33AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33AE6

Black with #A33AE6

Text Example


Text Example

White with #A33AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33AE6; }

 p { color: rgb(163,58,230); }

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

background-color css

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

 a { background-color: rgb(163,58,230); }

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

border-color css

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

 span { border-color: rgb(163,58,230); }

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