Html Css Color HEX #A145DA Dark Orchid

📋 copy color: '#A145DA'

red 161 ◦ green 69 ◦ blue 218

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

Shades of Dark Orchid #A145DA

Tints of Dark Orchid #A145DA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.4%

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

R = 35.94%
G = 15.4%
B = 48.66%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A145DA (or 0xA145DA) is known color: Dark Orchid. HEX triplet: A1, 45 and DA. RGB value is (161,69,218). Sum of RGB (Red+Green+Blue) = 161+69+218=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #A145DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A145DA is #5EBA25. Grayscale: #707070. Windows color (decimal): -6208038 or 14304673. OLE color: 14304673.

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

Color convert

RGB 161 69 218 -
CMYK 0.26 0.68 0 0.15
HSL 277.05º 0.67% 0.56% -
HSV(B) 277.05º 0.68% 0.85% -
XYZ 29.48 16.9 68.04 -
YUV 113.49 186.98 161.88 -
System Red Green Blue C M Y K H S L
Decimal 161 69 218 0.26 0.68 0 0.15 277.05 0.67 0.56
Hex A1 45 DA 1A 44 0 F 115 43 38
Octal 241 105 332 32 104 0 17 425 103 70
Binary 10100001 1000101 11011010 11010 1000100 0 1111 100010101 1000011 111000

Color Harmonies of #A145DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A145DA

Black with #A145DA

Text Example


Text Example

White with #A145DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A145DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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