Html Css Color HEX #A641BF Dark Orchid

📋 copy color: '#A641BF'

red 166 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #A641BF

Tints of Dark Orchid #A641BF

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

 GREEN value IS 65 (25.78% from 255) = 15.4%

 BLUE value IS 191 (75% from 255) = 45.26%

R = 39.34%
G = 15.4%
B = 45.26%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A641BF (or 0xA641BF) is known color: Dark Orchid. HEX triplet: A6, 41 and BF. RGB value is (166,65,191). Sum of RGB (Red+Green+Blue) = 166+65+191=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #A641BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641BF is #59BE40. Grayscale: #6D6D6D. Windows color (decimal): -5881409 or 12534182. OLE color: 12534182.

HSL color Cylindrical-coordinate representation of color #A641BF: hue angle of 288.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A641BF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 65 191 -
CMYK 0.13 0.66 0 0.25
HSL 288.1º 0.5% 0.5% -
HSV(B) 288.1º 0.66% 0.75% -
XYZ 27.02 15.65 50.89 -
YUV 109.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 166 65 191 0.13 0.66 0 0.25 288.1 0.5 0.5
Hex A6 41 BF D 42 0 19 120 32 32
Octal 246 101 277 15 102 0 31 440 62 62
Binary 10100110 1000001 10111111 1101 1000010 0 11001 100100000 110010 110010

Color Harmonies of #A641BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641BF

Black with #A641BF

Text Example


Text Example

White with #A641BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641BF; }

 p { color: rgb(166,65,191); }

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

background-color css

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

 a { background-color: rgb(166,65,191); }

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

border-color css

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

 span { border-color: rgb(166,65,191); }

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