Html Css Color HEX #A841CF Dark Orchid

📋 copy color: '#A841CF'

red 168 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #A841CF

Tints of Dark Orchid #A841CF

RGB

 RED value IS 168 (66.02% from 255) = 38.18%

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

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

R = 38.18%
G = 14.77%
B = 47.05%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A841CF (or 0xA841CF) is known color: Dark Orchid. HEX triplet: A8, 41 and CF. RGB value is (168,65,207). Sum of RGB (Red+Green+Blue) = 168+65+207=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A841CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841CF is #57BE30. Grayscale: #6F6F6F. Windows color (decimal): -5750321 or 13582760. OLE color: 13582760.

HSL color Cylindrical-coordinate representation of color #A841CF: hue angle of 283.52º 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 #A841CF is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 65 207 -
CMYK 0.19 0.69 0 0.19
HSL 283.52º 0.6% 0.53% -
HSV(B) 283.52º 0.69% 0.81% -
XYZ 29.3 16.61 60.69 -
YUV 111.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 168 65 207 0.19 0.69 0 0.19 283.52 0.6 0.53
Hex A8 41 CF 13 45 0 13 11C 3C 35
Octal 250 101 317 23 105 0 23 434 74 65
Binary 10101000 1000001 11001111 10011 1000101 0 10011 100011100 111100 110101

Color Harmonies of #A841CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841CF

Black with #A841CF

Text Example


Text Example

White with #A841CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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