Html Css Color HEX #A33CB5 Dark Orchid

📋 copy color: '#A33CB5'

red 163 ◦ green 60 ◦ blue 181

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

Shades of Dark Orchid #A33CB5

Tints of Dark Orchid #A33CB5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 40.35%
G = 14.85%
B = 44.8%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A33CB5 (or 0xA33CB5) is known color: Dark Orchid. HEX triplet: A3, 3C and B5. RGB value is (163,60,181). Sum of RGB (Red+Green+Blue) = 163+60+181=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #A33CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CB5 is #5CC34A. Grayscale: #686868. Windows color (decimal): -6079307 or 11877539. OLE color: 11877539.

HSL color Cylindrical-coordinate representation of color #A33CB5: hue angle of 291.07º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33CB5 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 60 181 -
CMYK 0.10 0.67 0 0.29
HSL 291.07º 0.5% 0.47% -
HSV(B) 291.07º 0.67% 0.71% -
XYZ 25.06 14.35 45.17 -
YUV 104.59 171.12 169.66 -
System Red Green Blue C M Y K H S L
Decimal 163 60 181 0.10 0.67 0 0.29 291.07 0.5 0.47
Hex A3 3C B5 A 43 0 1D 123 32 2F
Octal 243 74 265 12 103 0 35 443 62 57
Binary 10100011 111100 10110101 1010 1000011 0 11101 100100011 110010 101111

Color Harmonies of #A33CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CB5

Black with #A33CB5

Text Example


Text Example

White with #A33CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CB5; }

 p { color: rgb(163,60,181); }

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

background-color css

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

 a { background-color: rgb(163,60,181); }

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

border-color css

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

 span { border-color: rgb(163,60,181); }

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