Html Css Color HEX #A51FB3 Dark Orchid

📋 copy color: '#A51FB3'

red 165 ◦ green 31 ◦ blue 179

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

Shades of Dark Orchid #A51FB3

Tints of Dark Orchid #A51FB3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.27%

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 44%
G = 8.27%
B = 47.73%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A51FB3 (or 0xA51FB3) is known color: Dark Orchid. HEX triplet: A5, 1F and B3. RGB value is (165,31,179). Sum of RGB (Red+Green+Blue) = 165+31+179=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #A51FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FB3 is #5AE04C. Grayscale: #575757. Windows color (decimal): -5955661 or 11739045. OLE color: 11739045.

HSL color Cylindrical-coordinate representation of color #A51FB3: hue angle of 294.32º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51FB3 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 31 179 -
CMYK 0.08 0.83 0 0.30
HSL 294.32º 0.7% 0.41% -
HSV(B) 294.32º 0.83% 0.7% -
XYZ 24.14 12.23 43.74 -
YUV 87.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 165 31 179 0.08 0.83 0 0.30 294.32 0.7 0.41
Hex A5 1F B3 8 53 0 1E 126 46 29
Octal 245 37 263 10 123 0 36 446 106 51
Binary 10100101 11111 10110011 1000 1010011 0 11110 100100110 1000110 101001

Color Harmonies of #A51FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FB3

Black with #A51FB3

Text Example


Text Example

White with #A51FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FB3; }

 p { color: rgb(165,31,179); }

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

background-color css

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

 a { background-color: rgb(165,31,179); }

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

border-color css

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

 span { border-color: rgb(165,31,179); }

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