Html Css Color HEX #A448DE Dark Orchid

📋 copy color: '#A448DE'

red 164 ◦ green 72 ◦ blue 222

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

Shades of Dark Orchid #A448DE

Tints of Dark Orchid #A448DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 35.81%
G = 15.72%
B = 48.47%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A448DE (or 0xA448DE) is known color: Dark Orchid. HEX triplet: A4, 48 and DE. RGB value is (164,72,222). Sum of RGB (Red+Green+Blue) = 164+72+222=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #A448DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448DE is #5BB721. Grayscale: #747474. Windows color (decimal): -6010658 or 14567588. OLE color: 14567588.

HSL color Cylindrical-coordinate representation of color #A448DE: hue angle of 276.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A448DE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 72 222 -
CMYK 0.26 0.68 0 0.13
HSL 276.8º 0.69% 0.58% -
HSV(B) 276.8º 0.68% 0.87% -
XYZ 30.81 17.8 70.92 -
YUV 116.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 164 72 222 0.26 0.68 0 0.13 276.8 0.69 0.58
Hex A4 48 DE 1A 44 0 D 115 45 3A
Octal 244 110 336 32 104 0 15 425 105 72
Binary 10100100 1001000 11011110 11010 1000100 0 1101 100010101 1000101 111010

Color Harmonies of #A448DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448DE

Black with #A448DE

Text Example


Text Example

White with #A448DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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