Html Css Color HEX #A335BC Dark Orchid

📋 copy color: '#A335BC'

red 163 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #A335BC

Tints of Dark Orchid #A335BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.12%

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

R = 40.35%
G = 13.12%
B = 46.53%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A335BC (or 0xA335BC) is known color: Dark Orchid. HEX triplet: A3, 35 and BC. RGB value is (163,53,188). Sum of RGB (Red+Green+Blue) = 163+53+188=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A335BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335BC is #5CCA43. Grayscale: #646464. Windows color (decimal): -6081092 or 12334499. OLE color: 12334499.

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

Color convert

RGB 163 53 188 -
CMYK 0.13 0.72 0 0.26
HSL 288.89º 0.56% 0.47% -
HSV(B) 288.89º 0.72% 0.74% -
XYZ 25.45 13.96 48.93 -
YUV 101.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 163 53 188 0.13 0.72 0 0.26 288.89 0.56 0.47
Hex A3 35 BC D 48 0 1A 121 38 2F
Octal 243 65 274 15 110 0 32 441 70 57
Binary 10100011 110101 10111100 1101 1001000 0 11010 100100001 111000 101111

Color Harmonies of #A335BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335BC

Black with #A335BC

Text Example


Text Example

White with #A335BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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