Html Css Color HEX #A33BB7 Dark Orchid

📋 copy color: '#A33BB7'

red 163 ◦ green 59 ◦ blue 183

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

Shades of Dark Orchid #A33BB7

Tints of Dark Orchid #A33BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 40.25%
G = 14.57%
B = 45.19%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A33BB7 (or 0xA33BB7) is known color: Dark Orchid. HEX triplet: A3, 3B and B7. RGB value is (163,59,183). Sum of RGB (Red+Green+Blue) = 163+59+183=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #A33BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BB7 is #5CC448. Grayscale: #676767. Windows color (decimal): -6079561 or 12008355. OLE color: 12008355.

HSL color Cylindrical-coordinate representation of color #A33BB7: hue angle of 290.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33BB7 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 59 183 -
CMYK 0.11 0.68 0 0.28
HSL 290.32º 0.51% 0.47% -
HSV(B) 290.32º 0.68% 0.72% -
XYZ 25.22 14.33 46.24 -
YUV 104.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 163 59 183 0.11 0.68 0 0.28 290.32 0.51 0.47
Hex A3 3B B7 B 44 0 1C 122 33 2F
Octal 243 73 267 13 104 0 34 442 63 57
Binary 10100011 111011 10110111 1011 1000100 0 11100 100100010 110011 101111

Color Harmonies of #A33BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BB7

Black with #A33BB7

Text Example


Text Example

White with #A33BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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