Html Css Color HEX #A440CF Dark Orchid

📋 copy color: '#A440CF'

red 164 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #A440CF

Tints of Dark Orchid #A440CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.71%

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

R = 37.7%
G = 14.71%
B = 47.59%

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

#A440CF (or 0xA440CF) is known color: Dark Orchid. HEX triplet: A4, 40 and CF. RGB value is (164,64,207). Sum of RGB (Red+Green+Blue) = 164+64+207=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A440CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440CF is #5BBF30. Grayscale: #6D6D6D. Windows color (decimal): -6012721 or 13582500. OLE color: 13582500.

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

Color convert

RGB 164 64 207 -
CMYK 0.21 0.69 0 0.19
HSL 281.96º 0.6% 0.53% -
HSV(B) 281.96º 0.69% 0.81% -
XYZ 28.41 16.06 60.64 -
YUV 110.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 164 64 207 0.21 0.69 0 0.19 281.96 0.6 0.53
Hex A4 40 CF 15 45 0 13 11A 3C 35
Octal 244 100 317 25 105 0 23 432 74 65
Binary 10100100 1000000 11001111 10101 1000101 0 10011 100011010 111100 110101

Color Harmonies of #A440CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440CF

Black with #A440CF

Text Example


Text Example

White with #A440CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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