Html Css Color HEX #A33AB6 Dark Orchid

📋 copy color: '#A33AB6'

red 163 ◦ green 58 ◦ blue 182

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

Shades of Dark Orchid #A33AB6

Tints of Dark Orchid #A33AB6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.39%

 BLUE value IS 182 (71.48% from 255) = 45.16%

R = 40.45%
G = 14.39%
B = 45.16%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A33AB6 (or 0xA33AB6) is known color: Dark Orchid. HEX triplet: A3, 3A and B6. RGB value is (163,58,182). Sum of RGB (Red+Green+Blue) = 163+58+182=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #A33AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33AB6 is #5CC549. Grayscale: #676767. Windows color (decimal): -6079818 or 11942563. OLE color: 11942563.

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

Color convert

RGB 163 58 182 -
CMYK 0.10 0.68 0 0.29
HSL 290.81º 0.52% 0.47% -
HSV(B) 290.81º 0.68% 0.71% -
XYZ 25.06 14.19 45.67 -
YUV 103.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 163 58 182 0.10 0.68 0 0.29 290.81 0.52 0.47
Hex A3 3A B6 A 44 0 1D 123 34 2F
Octal 243 72 266 12 104 0 35 443 64 57
Binary 10100011 111010 10110110 1010 1000100 0 11101 100100011 110100 101111

Color Harmonies of #A33AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33AB6

Black with #A33AB6

Text Example


Text Example

White with #A33AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33AB6; }

 p { color: rgb(163,58,182); }

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

background-color css

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

 a { background-color: rgb(163,58,182); }

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

border-color css

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

 span { border-color: rgb(163,58,182); }

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