Html Css Color HEX #A244CD Dark Orchid

📋 copy color: '#A244CD'

red 162 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #A244CD

Tints of Dark Orchid #A244CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 37.24%
G = 15.63%
B = 47.13%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A244CD (or 0xA244CD) is known color: Dark Orchid. HEX triplet: A2, 44 and CD. RGB value is (162,68,205). Sum of RGB (Red+Green+Blue) = 162+68+205=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #A244CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244CD is #5DBB32. Grayscale: #6F6F6F. Windows color (decimal): -6142771 or 13452450. OLE color: 13452450.

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

Color convert

RGB 162 68 205 -
CMYK 0.21 0.67 0 0.20
HSL 281.17º 0.58% 0.54% -
HSV(B) 281.17º 0.67% 0.8% -
XYZ 27.99 16.22 59.41 -
YUV 111.72 180.64 163.86 -
System Red Green Blue C M Y K H S L
Decimal 162 68 205 0.21 0.67 0 0.20 281.17 0.58 0.54
Hex A2 44 CD 15 43 0 14 119 3A 36
Octal 242 104 315 25 103 0 24 431 72 66
Binary 10100010 1000100 11001101 10101 1000011 0 10100 100011001 111010 110110

Color Harmonies of #A244CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A244CD

Black with #A244CD

Text Example


Text Example

White with #A244CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A244CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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