Html Css Color HEX #A415B1 Dark Orchid

📋 copy color: '#A415B1'

red 164 ◦ green 21 ◦ blue 177

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

Shades of Dark Orchid #A415B1

Tints of Dark Orchid #A415B1

RGB

 RED value IS 164 (64.45% from 255) = 45.3%

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 45.3%
G = 5.8%
B = 48.9%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A415B1 (or 0xA415B1) is known color: Dark Orchid. HEX triplet: A4, 15 and B1. RGB value is (164,21,177). Sum of RGB (Red+Green+Blue) = 164+21+177=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #A415B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A415B1 is #5BEA4E. Grayscale: #515151. Windows color (decimal): -6023759 or 11605412. OLE color: 11605412.

HSL color Cylindrical-coordinate representation of color #A415B1: hue angle of 295º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A415B1 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 21 177 -
CMYK 0.07 0.88 0 0.31
HSL 295º 0.79% 0.39% -
HSV(B) 295º 0.88% 0.69% -
XYZ 23.51 11.6 42.6 -
YUV 81.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 164 21 177 0.07 0.88 0 0.31 295 0.79 0.39
Hex A4 15 B1 7 58 0 1F 127 4F 27
Octal 244 25 261 7 130 0 37 447 117 47
Binary 10100100 10101 10110001 111 1011000 0 11111 100100111 1001111 100111

Color Harmonies of #A415B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A415B1

Black with #A415B1

Text Example


Text Example

White with #A415B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A415B1; }

 p { color: rgb(164,21,177); }

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

background-color css

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

 a { background-color: rgb(164,21,177); }

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

border-color css

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

 span { border-color: rgb(164,21,177); }

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