Html Css Color HEX #A335AB Dark Orchid

📋 copy color: '#A335AB'

red 163 ◦ green 53 ◦ blue 171

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

Shades of Dark Orchid #A335AB

Tints of Dark Orchid #A335AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 42.12%
G = 13.7%
B = 44.19%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A335AB (or 0xA335AB) is known color: Dark Orchid. HEX triplet: A3, 35 and AB. RGB value is (163,53,171). Sum of RGB (Red+Green+Blue) = 163+53+171=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A335AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A335AB is #5CCA54. Grayscale: #626262. Windows color (decimal): -6081109 or 11220387. OLE color: 11220387.

HSL color Cylindrical-coordinate representation of color #A335AB: hue angle of 295.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A335AB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 53 171 -
CMYK 0.05 0.69 0 0.33
HSL 295.93º 0.53% 0.44% -
HSV(B) 295.93º 0.69% 0.67% -
XYZ 23.73 13.27 39.84 -
YUV 99.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 163 53 171 0.05 0.69 0 0.33 295.93 0.53 0.44
Hex A3 35 AB 5 45 0 21 128 35 2C
Octal 243 65 253 5 105 0 41 450 65 54
Binary 10100011 110101 10101011 101 1000101 0 100001 100101000 110101 101100

Color Harmonies of #A335AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335AB

Black with #A335AB

Text Example


Text Example

White with #A335AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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