Html Css Color HEX #A135DA Dark Orchid

📋 copy color: '#A135DA'

red 161 ◦ green 53 ◦ blue 218

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

Shades of Dark Orchid #A135DA

Tints of Dark Orchid #A135DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 37.27%
G = 12.27%
B = 50.46%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A135DA (or 0xA135DA) is known color: Dark Orchid. HEX triplet: A1, 35 and DA. RGB value is (161,53,218). Sum of RGB (Red+Green+Blue) = 161+53+218=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #A135DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135DA is #5ECA25. Grayscale: #676767. Windows color (decimal): -6212134 or 14300577. OLE color: 14300577.

HSL color Cylindrical-coordinate representation of color #A135DA: hue angle of 279.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A135DA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 53 218 -
CMYK 0.26 0.76 0 0.15
HSL 279.27º 0.69% 0.53% -
HSV(B) 279.27º 0.76% 0.85% -
XYZ 28.63 15.19 67.75 -
YUV 104.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 161 53 218 0.26 0.76 0 0.15 279.27 0.69 0.53
Hex A1 35 DA 1A 4C 0 F 117 45 35
Octal 241 65 332 32 114 0 17 427 105 65
Binary 10100001 110101 11011010 11010 1001100 0 1111 100010111 1000101 110101

Color Harmonies of #A135DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135DA

Black with #A135DA

Text Example


Text Example

White with #A135DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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