Html Css Color HEX #A33BBE Dark Orchid

📋 copy color: '#A33BBE'

red 163 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #A33BBE

Tints of Dark Orchid #A33BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.32%

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

R = 39.56%
G = 14.32%
B = 46.12%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A33BBE (or 0xA33BBE) is known color: Dark Orchid. HEX triplet: A3, 3B and BE. RGB value is (163,59,190). Sum of RGB (Red+Green+Blue) = 163+59+190=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #A33BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BBE is #5CC441. Grayscale: #686868. Windows color (decimal): -6079554 or 12467107. OLE color: 12467107.

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

Color convert

RGB 163 59 190 -
CMYK 0.14 0.69 0 0.25
HSL 287.63º 0.53% 0.49% -
HSV(B) 287.63º 0.69% 0.75% -
XYZ 25.96 14.63 50.17 -
YUV 105.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 163 59 190 0.14 0.69 0 0.25 287.63 0.53 0.49
Hex A3 3B BE E 45 0 19 120 35 31
Octal 243 73 276 16 105 0 31 440 65 61
Binary 10100011 111011 10111110 1110 1000101 0 11001 100100000 110101 110001

Color Harmonies of #A33BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BBE

Black with #A33BBE

Text Example


Text Example

White with #A33BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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