Html Css Color HEX #A33CBC Dark Orchid

📋 copy color: '#A33CBC'

red 163 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #A33CBC

Tints of Dark Orchid #A33CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 39.66%
G = 14.6%
B = 45.74%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A33CBC (or 0xA33CBC) is known color: Dark Orchid. HEX triplet: A3, 3C and BC. RGB value is (163,60,188). Sum of RGB (Red+Green+Blue) = 163+60+188=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A33CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33CBC is #5CC343. Grayscale: #686868. Windows color (decimal): -6079300 or 12336291. OLE color: 12336291.

HSL color Cylindrical-coordinate representation of color #A33CBC: hue angle of 288.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33CBC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 60 188 -
CMYK 0.13 0.68 0 0.26
HSL 288.28º 0.52% 0.49% -
HSV(B) 288.28º 0.68% 0.74% -
XYZ 25.8 14.65 49.04 -
YUV 105.39 174.62 169.09 -
System Red Green Blue C M Y K H S L
Decimal 163 60 188 0.13 0.68 0 0.26 288.28 0.52 0.49
Hex A3 3C BC D 44 0 1A 120 34 31
Octal 243 74 274 15 104 0 32 440 64 61
Binary 10100011 111100 10111100 1101 1000100 0 11010 100100000 110100 110001

Color Harmonies of #A33CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33CBC

Black with #A33CBC

Text Example


Text Example

White with #A33CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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