Html Css Color HEX #A33CB7 Dark Orchid

📋 copy color: '#A33CB7'

red 163 ◦ green 60 ◦ blue 183

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

Shades of Dark Orchid #A33CB7

Tints of Dark Orchid #A33CB7

RGB

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

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

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

R = 40.15%
G = 14.78%
B = 45.07%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A33CB7 (or 0xA33CB7) is known color: Dark Orchid. HEX triplet: A3, 3C and B7. RGB value is (163,60,183). Sum of RGB (Red+Green+Blue) = 163+60+183=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #A33CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CB7 is #5CC348. Grayscale: #686868. Windows color (decimal): -6079305 or 12008611. OLE color: 12008611.

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

Color convert

RGB 163 60 183 -
CMYK 0.11 0.67 0 0.28
HSL 290.24º 0.51% 0.48% -
HSV(B) 290.24º 0.67% 0.72% -
XYZ 25.27 14.44 46.25 -
YUV 104.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 163 60 183 0.11 0.67 0 0.28 290.24 0.51 0.48
Hex A3 3C B7 B 43 0 1C 122 33 30
Octal 243 74 267 13 103 0 34 442 63 60
Binary 10100011 111100 10110111 1011 1000011 0 11100 100100010 110011 110000

Color Harmonies of #A33CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CB7

Black with #A33CB7

Text Example


Text Example

White with #A33CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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