Html Css Color HEX #A51BBC Dark Orchid

📋 copy color: '#A51BBC'

red 165 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #A51BBC

Tints of Dark Orchid #A51BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.11%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 43.42%
G = 7.11%
B = 49.47%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A51BBC (or 0xA51BBC) is known color: Dark Orchid. HEX triplet: A5, 1B and BC. RGB value is (165,27,188). Sum of RGB (Red+Green+Blue) = 165+27+188=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #A51BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BBC is #5AE443. Grayscale: #565656. Windows color (decimal): -5956676 or 12327845. OLE color: 12327845.

HSL color Cylindrical-coordinate representation of color #A51BBC: hue angle of 291.43º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51BBC is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 27 188 -
CMYK 0.12 0.86 0 0.26
HSL 291.43º 0.75% 0.42% -
HSV(B) 291.43º 0.86% 0.74% -
XYZ 24.99 12.41 48.66 -
YUV 86.62 185.22 183.91 -
System Red Green Blue C M Y K H S L
Decimal 165 27 188 0.12 0.86 0 0.26 291.43 0.75 0.42
Hex A5 1B BC C 56 0 1A 123 4B 2A
Octal 245 33 274 14 126 0 32 443 113 52
Binary 10100101 11011 10111100 1100 1010110 0 11010 100100011 1001011 101010

Color Harmonies of #A51BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BBC

Black with #A51BBC

Text Example


Text Example

White with #A51BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BBC; }

 p { color: rgb(165,27,188); }

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

background-color css

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

 a { background-color: rgb(165,27,188); }

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

border-color css

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

 span { border-color: rgb(165,27,188); }

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