Html Css Color HEX #A91BCF Dark Orchid

📋 copy color: '#A91BCF'

red 169 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #A91BCF

Tints of Dark Orchid #A91BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 41.94%
G = 6.7%
B = 51.36%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A91BCF (or 0xA91BCF) is known color: Dark Orchid. HEX triplet: A9, 1B and CF. RGB value is (169,27,207). Sum of RGB (Red+Green+Blue) = 169+27+207=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #A91BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BCF is #56E430. Grayscale: #595959. Windows color (decimal): -5694513 or 13573033. OLE color: 13573033.

HSL color Cylindrical-coordinate representation of color #A91BCF: hue angle of 287.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91BCF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 27 207 -
CMYK 0.18 0.87 0 0.19
HSL 287.33º 0.77% 0.46% -
HSV(B) 287.33º 0.87% 0.81% -
XYZ 28.02 13.72 60.2 -
YUV 89.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 169 27 207 0.18 0.87 0 0.19 287.33 0.77 0.46
Hex A9 1B CF 12 57 0 13 11F 4D 2E
Octal 251 33 317 22 127 0 23 437 115 56
Binary 10101001 11011 11001111 10010 1010111 0 10011 100011111 1001101 101110

Color Harmonies of #A91BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91BCF

Black with #A91BCF

Text Example


Text Example

White with #A91BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91BCF; }

 p { color: rgb(169,27,207); }

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

background-color css

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

 a { background-color: rgb(169,27,207); }

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

border-color css

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

 span { border-color: rgb(169,27,207); }

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