Html Css Color HEX #A51BBD Dark Orchid

📋 copy color: '#A51BBD'

red 165 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #A51BBD

Tints of Dark Orchid #A51BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 43.31%
G = 7.09%
B = 49.61%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A51BBD (or 0xA51BBD) is known color: Dark Orchid. HEX triplet: A5, 1B and BD. RGB value is (165,27,189). Sum of RGB (Red+Green+Blue) = 165+27+189=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #A51BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51BBD is #5AE442. Grayscale: #565656. Windows color (decimal): -5956675 or 12393381. OLE color: 12393381.

HSL color Cylindrical-coordinate representation of color #A51BBD: hue angle of 291.11º 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 #A51BBD is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 27 189 -
CMYK 0.13 0.86 0 0.26
HSL 291.11º 0.75% 0.42% -
HSV(B) 291.11º 0.86% 0.74% -
XYZ 25.09 12.46 49.23 -
YUV 86.73 185.72 183.83 -
System Red Green Blue C M Y K H S L
Decimal 165 27 189 0.13 0.86 0 0.26 291.11 0.75 0.42
Hex A5 1B BD D 56 0 1A 123 4B 2A
Octal 245 33 275 15 126 0 32 443 113 52
Binary 10100101 11011 10111101 1101 1010110 0 11010 100100011 1001011 101010

Color Harmonies of #A51BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51BBD

Black with #A51BBD

Text Example


Text Example

White with #A51BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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