Html Css Color HEX #A33BBA Dark Orchid

📋 copy color: '#A33BBA'

red 163 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #A33BBA

Tints of Dark Orchid #A33BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 39.95%
G = 14.46%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A33BBA (or 0xA33BBA) is known color: Dark Orchid. HEX triplet: A3, 3B and BA. RGB value is (163,59,186). Sum of RGB (Red+Green+Blue) = 163+59+186=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A33BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BBA is #5CC445. Grayscale: #686868. Windows color (decimal): -6079558 or 12204963. OLE color: 12204963.

HSL color Cylindrical-coordinate representation of color #A33BBA: hue angle of 289.13º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33BBA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 59 186 -
CMYK 0.12 0.68 0 0.27
HSL 289.13º 0.52% 0.48% -
HSV(B) 289.13º 0.68% 0.73% -
XYZ 25.53 14.46 47.9 -
YUV 104.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 163 59 186 0.12 0.68 0 0.27 289.13 0.52 0.48
Hex A3 3B BA C 44 0 1B 121 34 30
Octal 243 73 272 14 104 0 33 441 64 60
Binary 10100011 111011 10111010 1100 1000100 0 11011 100100001 110100 110000

Color Harmonies of #A33BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BBA

Black with #A33BBA

Text Example


Text Example

White with #A33BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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