Html Css Color HEX #A33DBB Dark Orchid

📋 copy color: '#A33DBB'

red 163 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A33DBB

Tints of Dark Orchid #A33DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 39.66%
G = 14.84%
B = 45.5%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A33DBB (or 0xA33DBB) is known color: Dark Orchid. HEX triplet: A3, 3D and BB. RGB value is (163,61,187). Sum of RGB (Red+Green+Blue) = 163+61+187=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #A33DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33DBB is #5CC244. Grayscale: #696969. Windows color (decimal): -6079045 or 12271011. OLE color: 12271011.

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

Color convert

RGB 163 61 187 -
CMYK 0.13 0.67 0 0.27
HSL 288.57º 0.51% 0.49% -
HSV(B) 288.57º 0.67% 0.73% -
XYZ 25.74 14.71 48.5 -
YUV 105.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 163 61 187 0.13 0.67 0 0.27 288.57 0.51 0.49
Hex A3 3D BB D 43 0 1B 121 33 31
Octal 243 75 273 15 103 0 33 441 63 61
Binary 10100011 111101 10111011 1101 1000011 0 11011 100100001 110011 110001

Color Harmonies of #A33DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DBB

Black with #A33DBB

Text Example


Text Example

White with #A33DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DBB; }

 p { color: rgb(163,61,187); }

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

background-color css

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

 a { background-color: rgb(163,61,187); }

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

border-color css

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

 span { border-color: rgb(163,61,187); }

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