Html Css Color HEX #A740CF Dark Orchid

📋 copy color: '#A740CF'

red 167 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #A740CF

Tints of Dark Orchid #A740CF

RGB

 RED value IS 167 (65.63% from 255) = 38.13%

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

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

R = 38.13%
G = 14.61%
B = 47.26%

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

#A740CF (or 0xA740CF) is known color: Dark Orchid. HEX triplet: A7, 40 and CF. RGB value is (167,64,207). Sum of RGB (Red+Green+Blue) = 167+64+207=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 64 (25.39% from 255 or 14.61% 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 #A740CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A740CF is #58BF30. Grayscale: #6E6E6E. Windows color (decimal): -5816113 or 13582503. OLE color: 13582503.

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

Color convert

RGB 167 64 207 -
CMYK 0.19 0.69 0 0.19
HSL 283.22º 0.6% 0.53% -
HSV(B) 283.22º 0.69% 0.81% -
XYZ 29.03 16.39 60.66 -
YUV 111.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 167 64 207 0.19 0.69 0 0.19 283.22 0.6 0.53
Hex A7 40 CF 13 45 0 13 11B 3C 35
Octal 247 100 317 23 105 0 23 433 74 65
Binary 10100111 1000000 11001111 10011 1000101 0 10011 100011011 111100 110101

Color Harmonies of #A740CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740CF

Black with #A740CF

Text Example


Text Example

White with #A740CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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