Html Css Color HEX #A641CF Dark Orchid

📋 copy color: '#A641CF'

red 166 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #A641CF

Tints of Dark Orchid #A641CF

RGB

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

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

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

R = 37.9%
G = 14.84%
B = 47.26%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A641CF (or 0xA641CF) is known color: Dark Orchid. HEX triplet: A6, 41 and CF. RGB value is (166,65,207). Sum of RGB (Red+Green+Blue) = 166+65+207=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #A641CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A641CF is #59BE30. Grayscale: #6E6E6E. Windows color (decimal): -5881393 or 13582758. OLE color: 13582758.

HSL color Cylindrical-coordinate representation of color #A641CF: hue angle of 282.68º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A641CF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 65 207 -
CMYK 0.20 0.69 0 0.19
HSL 282.68º 0.6% 0.53% -
HSV(B) 282.68º 0.69% 0.81% -
XYZ 28.88 16.39 60.67 -
YUV 111.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 166 65 207 0.20 0.69 0 0.19 282.68 0.6 0.53
Hex A6 41 CF 14 45 0 13 11B 3C 35
Octal 246 101 317 24 105 0 23 433 74 65
Binary 10100110 1000001 11001111 10100 1000101 0 10011 100011011 111100 110101

Color Harmonies of #A641CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641CF

Black with #A641CF

Text Example


Text Example

White with #A641CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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