Html Css Color HEX #A244CA Dark Orchid

📋 copy color: '#A244CA'

red 162 ◦ green 68 ◦ blue 202

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

Shades of Dark Orchid #A244CA

Tints of Dark Orchid #A244CA

RGB

 RED value IS 162 (63.67% from 255) = 37.5%

 GREEN value IS 68 (26.95% from 255) = 15.74%

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

R = 37.5%
G = 15.74%
B = 46.76%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A244CA (or 0xA244CA) is known color: Dark Orchid. HEX triplet: A2, 44 and CA. RGB value is (162,68,202). Sum of RGB (Red+Green+Blue) = 162+68+202=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #A244CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244CA is #5DBB35. Grayscale: #6E6E6E. Windows color (decimal): -6142774 or 13255842. OLE color: 13255842.

HSL color Cylindrical-coordinate representation of color #A244CA: hue angle of 282.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A244CA is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 68 202 -
CMYK 0.20 0.66 0 0.21
HSL 282.09º 0.56% 0.53% -
HSV(B) 282.09º 0.66% 0.79% -
XYZ 27.63 16.08 57.52 -
YUV 111.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 162 68 202 0.20 0.66 0 0.21 282.09 0.56 0.53
Hex A2 44 CA 14 42 0 15 11A 38 35
Octal 242 104 312 24 102 0 25 432 70 65
Binary 10100010 1000100 11001010 10100 1000010 0 10101 100011010 111000 110101

Color Harmonies of #A244CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A244CA

Black with #A244CA

Text Example


Text Example

White with #A244CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A244CA; }

 p { color: rgb(162,68,202); }

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

background-color css

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

 a { background-color: rgb(162,68,202); }

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

border-color css

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

 span { border-color: rgb(162,68,202); }

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