Html Css Color HEX #A439CF Dark Orchid

📋 copy color: '#A439CF'

red 164 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #A439CF

Tints of Dark Orchid #A439CF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.32%

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

R = 38.32%
G = 13.32%
B = 48.36%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A439CF (or 0xA439CF) is known color: Dark Orchid. HEX triplet: A4, 39 and CF. RGB value is (164,57,207). Sum of RGB (Red+Green+Blue) = 164+57+207=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A439CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439CF is #5BC630. Grayscale: #696969. Windows color (decimal): -6014513 or 13580708. OLE color: 13580708.

HSL color Cylindrical-coordinate representation of color #A439CF: hue angle of 282.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A439CF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 57 207 -
CMYK 0.21 0.72 0 0.19
HSL 282.8º 0.61% 0.52% -
HSV(B) 282.8º 0.72% 0.81% -
XYZ 28.04 15.32 60.51 -
YUV 106.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 164 57 207 0.21 0.72 0 0.19 282.8 0.61 0.52
Hex A4 39 CF 15 48 0 13 11B 3D 34
Octal 244 71 317 25 110 0 23 433 75 64
Binary 10100100 111001 11001111 10101 1001000 0 10011 100011011 111101 110100

Color Harmonies of #A439CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A439CF

Black with #A439CF

Text Example


Text Example

White with #A439CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A439CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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