Html Css Color HEX #A244CC Dark Orchid

📋 copy color: '#A244CC'

red 162 ◦ green 68 ◦ blue 204

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

Shades of Dark Orchid #A244CC

Tints of Dark Orchid #A244CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 37.33%
G = 15.67%
B = 47%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A244CC (or 0xA244CC) is known color: Dark Orchid. HEX triplet: A2, 44 and CC. RGB value is (162,68,204). Sum of RGB (Red+Green+Blue) = 162+68+204=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A244CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244CC is #5DBB33. Grayscale: #6F6F6F. Windows color (decimal): -6142772 or 13386914. OLE color: 13386914.

HSL color Cylindrical-coordinate representation of color #A244CC: hue angle of 281.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A244CC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 68 204 -
CMYK 0.21 0.67 0 0.2
HSL 281.47º 0.57% 0.53% -
HSV(B) 281.47º 0.67% 0.8% -
XYZ 27.87 16.18 58.78 -
YUV 111.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 162 68 204 0.21 0.67 0 0.2 281.47 0.57 0.53
Hex A2 44 CC 15 43 0 14 119 39 35
Octal 242 104 314 25 103 0 24 431 71 65
Binary 10100010 1000100 11001100 10101 1000011 0 10100 100011001 111001 110101

Color Harmonies of #A244CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A244CC

Black with #A244CC

Text Example


Text Example

White with #A244CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A244CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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