Html Css Color HEX #A439CA Dark Orchid

📋 copy color: '#A439CA'

red 164 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #A439CA

Tints of Dark Orchid #A439CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 38.77%
G = 13.48%
B = 47.75%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A439CA (or 0xA439CA) is known color: Dark Orchid. HEX triplet: A4, 39 and CA. RGB value is (164,57,202). Sum of RGB (Red+Green+Blue) = 164+57+202=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #A439CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439CA is #5BC635. Grayscale: #696969. Windows color (decimal): -6014518 or 13253028. OLE color: 13253028.

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

Color convert

RGB 164 57 202 -
CMYK 0.19 0.72 0 0.21
HSL 284.28º 0.58% 0.51% -
HSV(B) 284.28º 0.72% 0.79% -
XYZ 27.43 15.08 57.34 -
YUV 105.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 164 57 202 0.19 0.72 0 0.21 284.28 0.58 0.51
Hex A4 39 CA 13 48 0 15 11C 3A 33
Octal 244 71 312 23 110 0 25 434 72 63
Binary 10100100 111001 11001010 10011 1001000 0 10101 100011100 111010 110011

Color Harmonies of #A439CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A439CA

Black with #A439CA

Text Example


Text Example

White with #A439CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A439CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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