Html Css Color HEX #A91FB4 Dark Orchid

📋 copy color: '#A91FB4'

red 169 ◦ green 31 ◦ blue 180

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

Shades of Dark Orchid #A91FB4

Tints of Dark Orchid #A91FB4

RGB

 RED value IS 169 (66.41% from 255) = 44.47%

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

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

R = 44.47%
G = 8.16%
B = 47.37%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A91FB4 (or 0xA91FB4) is known color: Dark Orchid. HEX triplet: A9, 1F and B4. RGB value is (169,31,180). Sum of RGB (Red+Green+Blue) = 169+31+180=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #A91FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91FB4 is #56E04B. Grayscale: #585858. Windows color (decimal): -5693516 or 11804585. OLE color: 11804585.

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

Color convert

RGB 169 31 180 -
CMYK 0.06 0.83 0 0.29
HSL 295.57º 0.71% 0.41% -
HSV(B) 295.57º 0.83% 0.71% -
XYZ 25.09 12.71 44.31 -
YUV 89.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 169 31 180 0.06 0.83 0 0.29 295.57 0.71 0.41
Hex A9 1F B4 6 53 0 1D 128 47 29
Octal 251 37 264 6 123 0 35 450 107 51
Binary 10101001 11111 10110100 110 1010011 0 11101 100101000 1000111 101001

Color Harmonies of #A91FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91FB4

Black with #A91FB4

Text Example


Text Example

White with #A91FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91FB4; }

 p { color: rgb(169,31,180); }

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

background-color css

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

 a { background-color: rgb(169,31,180); }

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

border-color css

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

 span { border-color: rgb(169,31,180); }

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