Html Css Color HEX #A135AB Dark Orchid

📋 copy color: '#A135AB'

red 161 ◦ green 53 ◦ blue 171

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

Shades of Dark Orchid #A135AB

Tints of Dark Orchid #A135AB

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

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

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

R = 41.82%
G = 13.77%
B = 44.42%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A135AB (or 0xA135AB) is known color: Dark Orchid. HEX triplet: A1, 35 and AB. RGB value is (161,53,171). Sum of RGB (Red+Green+Blue) = 161+53+171=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #A135AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A135AB is #5ECA54. Grayscale: #626262. Windows color (decimal): -6212181 or 11220385. OLE color: 11220385.

HSL color Cylindrical-coordinate representation of color #A135AB: hue angle of 294.92º 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 #A135AB is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 53 171 -
CMYK 0.06 0.69 0 0.33
HSL 294.92º 0.53% 0.44% -
HSV(B) 294.92º 0.69% 0.67% -
XYZ 23.32 13.06 39.82 -
YUV 98.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 161 53 171 0.06 0.69 0 0.33 294.92 0.53 0.44
Hex A1 35 AB 6 45 0 21 127 35 2C
Octal 241 65 253 6 105 0 41 447 65 54
Binary 10100001 110101 10101011 110 1000101 0 100001 100100111 110101 101100

Color Harmonies of #A135AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135AB

Black with #A135AB

Text Example


Text Example

White with #A135AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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