Html Css Color HEX #A441CF Dark Orchid

📋 copy color: '#A441CF'

red 164 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #A441CF

Tints of Dark Orchid #A441CF

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

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

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

R = 37.61%
G = 14.91%
B = 47.48%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A441CF (or 0xA441CF) is known color: Dark Orchid. HEX triplet: A4, 41 and CF. RGB value is (164,65,207). Sum of RGB (Red+Green+Blue) = 164+65+207=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A441CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441CF is #5BBE30. Grayscale: #6E6E6E. Windows color (decimal): -6012465 or 13582756. OLE color: 13582756.

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

Color convert

RGB 164 65 207 -
CMYK 0.21 0.69 0 0.19
HSL 281.83º 0.6% 0.53% -
HSV(B) 281.83º 0.69% 0.81% -
XYZ 28.46 16.18 60.65 -
YUV 110.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 164 65 207 0.21 0.69 0 0.19 281.83 0.6 0.53
Hex A4 41 CF 15 45 0 13 11A 3C 35
Octal 244 101 317 25 105 0 23 432 74 65
Binary 10100100 1000001 11001111 10101 1000101 0 10011 100011010 111100 110101

Color Harmonies of #A441CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441CF

Black with #A441CF

Text Example


Text Example

White with #A441CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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