Html Css Color HEX #A51CB4 Dark Orchid

📋 copy color: '#A51CB4'

red 165 ◦ green 28 ◦ blue 180

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

Shades of Dark Orchid #A51CB4

Tints of Dark Orchid #A51CB4

RGB

 RED value IS 165 (64.84% from 255) = 44.24%

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 180 (70.7% from 255) = 48.26%

R = 44.24%
G = 7.51%
B = 48.26%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A51CB4 (or 0xA51CB4) is known color: Dark Orchid. HEX triplet: A5, 1C and B4. RGB value is (165,28,180). Sum of RGB (Red+Green+Blue) = 165+28+180=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #A51CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51CB4 is #5AE34B. Grayscale: #555555. Windows color (decimal): -5956428 or 11803813. OLE color: 11803813.

HSL color Cylindrical-coordinate representation of color #A51CB4: hue angle of 294.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51CB4 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 28 180 -
CMYK 0.08 0.84 0 0.29
HSL 294.08º 0.73% 0.41% -
HSV(B) 294.08º 0.84% 0.71% -
XYZ 24.17 12.13 44.25 -
YUV 86.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 165 28 180 0.08 0.84 0 0.29 294.08 0.73 0.41
Hex A5 1C B4 8 54 0 1D 126 49 29
Octal 245 34 264 10 124 0 35 446 111 51
Binary 10100101 11100 10110100 1000 1010100 0 11101 100100110 1001001 101001

Color Harmonies of #A51CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51CB4

Black with #A51CB4

Text Example


Text Example

White with #A51CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51CB4; }

 p { color: rgb(165,28,180); }

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

background-color css

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

 a { background-color: rgb(165,28,180); }

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

border-color css

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

 span { border-color: rgb(165,28,180); }

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