Html Css Color HEX #A135DB Dark Orchid

📋 copy color: '#A135DB'

red 161 ◦ green 53 ◦ blue 219

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

Shades of Dark Orchid #A135DB

Tints of Dark Orchid #A135DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 37.18%
G = 12.24%
B = 50.58%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A135DB (or 0xA135DB) is known color: Dark Orchid. HEX triplet: A1, 35 and DB. RGB value is (161,53,219). Sum of RGB (Red+Green+Blue) = 161+53+219=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A135DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135DB is #5ECA24. Grayscale: #676767. Windows color (decimal): -6212133 or 14366113. OLE color: 14366113.

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

Color convert

RGB 161 53 219 -
CMYK 0.26 0.76 0 0.14
HSL 279.04º 0.7% 0.53% -
HSV(B) 279.04º 0.76% 0.86% -
XYZ 28.76 15.24 68.44 -
YUV 104.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 161 53 219 0.26 0.76 0 0.14 279.04 0.7 0.53
Hex A1 35 DB 1A 4C 0 E 117 46 35
Octal 241 65 333 32 114 0 16 427 106 65
Binary 10100001 110101 11011011 11010 1001100 0 1110 100010111 1000110 110101

Color Harmonies of #A135DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135DB

Black with #A135DB

Text Example


Text Example

White with #A135DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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