Html Css Color HEX #A244C8 Dark Orchid

📋 copy color: '#A244C8'

red 162 ◦ green 68 ◦ blue 200

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

Shades of Dark Orchid #A244C8

Tints of Dark Orchid #A244C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 37.67%
G = 15.81%
B = 46.51%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A244C8 (or 0xA244C8) is known color: Dark Orchid. HEX triplet: A2, 44 and C8. RGB value is (162,68,200). Sum of RGB (Red+Green+Blue) = 162+68+200=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #A244C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244C8 is #5DBB37. Grayscale: #6E6E6E. Windows color (decimal): -6142776 or 13124770. OLE color: 13124770.

HSL color Cylindrical-coordinate representation of color #A244C8: hue angle of 282.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A244C8 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 68 200 -
CMYK 0.19 0.66 0 0.22
HSL 282.73º 0.55% 0.53% -
HSV(B) 282.73º 0.66% 0.78% -
XYZ 27.39 15.99 56.29 -
YUV 111.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 162 68 200 0.19 0.66 0 0.22 282.73 0.55 0.53
Hex A2 44 C8 13 42 0 16 11B 37 35
Octal 242 104 310 23 102 0 26 433 67 65
Binary 10100010 1000100 11001000 10011 1000010 0 10110 100011011 110111 110101

Color Harmonies of #A244C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A244C8

Black with #A244C8

Text Example


Text Example

White with #A244C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A244C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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