Html Css Color HEX #A33BB5 Dark Orchid

📋 copy color: '#A33BB5'

red 163 ◦ green 59 ◦ blue 181

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

Shades of Dark Orchid #A33BB5

Tints of Dark Orchid #A33BB5

RGB

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

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

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

R = 40.45%
G = 14.64%
B = 44.91%

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

#A33BB5 (or 0xA33BB5) is known color: Dark Orchid. HEX triplet: A3, 3B and B5. RGB value is (163,59,181). Sum of RGB (Red+Green+Blue) = 163+59+181=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #A33BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BB5 is #5CC44A. Grayscale: #676767. Windows color (decimal): -6079563 or 11877283. OLE color: 11877283.

HSL color Cylindrical-coordinate representation of color #A33BB5: hue angle of 291.15º degrees, saturation: 0.51, 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 #A33BB5 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 59 181 -
CMYK 0.10 0.67 0 0.29
HSL 291.15º 0.51% 0.47% -
HSV(B) 291.15º 0.67% 0.71% -
XYZ 25.01 14.25 45.15 -
YUV 104 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 163 59 181 0.10 0.67 0 0.29 291.15 0.51 0.47
Hex A3 3B B5 A 43 0 1D 123 33 2F
Octal 243 73 265 12 103 0 35 443 63 57
Binary 10100011 111011 10110101 1010 1000011 0 11101 100100011 110011 101111

Color Harmonies of #A33BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BB5

Black with #A33BB5

Text Example


Text Example

White with #A33BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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