Html Css Color HEX #A448D6 Dark Orchid

📋 copy color: '#A448D6'

red 164 ◦ green 72 ◦ blue 214

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

Shades of Dark Orchid #A448D6

Tints of Dark Orchid #A448D6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

 BLUE value IS 214 (83.98% from 255) = 47.56%

R = 36.44%
G = 16%
B = 47.56%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A448D6 (or 0xA448D6) is known color: Dark Orchid. HEX triplet: A4, 48 and D6. RGB value is (164,72,214). Sum of RGB (Red+Green+Blue) = 164+72+214=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #A448D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448D6 is #5BB729. Grayscale: #737373. Windows color (decimal): -6010666 or 14043300. OLE color: 14043300.

HSL color Cylindrical-coordinate representation of color #A448D6: hue angle of 278.87º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A448D6 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 72 214 -
CMYK 0.23 0.66 0 0.16
HSL 278.87º 0.63% 0.56% -
HSV(B) 278.87º 0.66% 0.84% -
XYZ 29.76 17.38 65.4 -
YUV 115.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 164 72 214 0.23 0.66 0 0.16 278.87 0.63 0.56
Hex A4 48 D6 17 42 0 10 117 3F 38
Octal 244 110 326 27 102 0 20 427 77 70
Binary 10100100 1001000 11010110 10111 1000010 0 10000 100010111 111111 111000

Color Harmonies of #A448D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448D6

Black with #A448D6

Text Example


Text Example

White with #A448D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448D6; }

 p { color: rgb(164,72,214); }

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

background-color css

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

 a { background-color: rgb(164,72,214); }

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

border-color css

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

 span { border-color: rgb(164,72,214); }

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