Html Css Color HEX #A448DF Dark Orchid

📋 copy color: '#A448DF'

red 164 ◦ green 72 ◦ blue 223

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

Shades of Dark Orchid #A448DF

Tints of Dark Orchid #A448DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 35.73%
G = 15.69%
B = 48.58%

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

#A448DF (or 0xA448DF) is known color: Dark Orchid. HEX triplet: A4, 48 and DF. RGB value is (164,72,223). Sum of RGB (Red+Green+Blue) = 164+72+223=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #A448DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448DF is #5BB720. Grayscale: #747474. Windows color (decimal): -6010657 or 14633124. OLE color: 14633124.

HSL color Cylindrical-coordinate representation of color #A448DF: hue angle of 276.56º degrees, saturation: 0.7, 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 #A448DF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 72 223 -
CMYK 0.26 0.68 0 0.13
HSL 276.56º 0.7% 0.58% -
HSV(B) 276.56º 0.68% 0.87% -
XYZ 30.95 17.85 71.63 -
YUV 116.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 164 72 223 0.26 0.68 0 0.13 276.56 0.7 0.58
Hex A4 48 DF 1A 44 0 D 115 46 3A
Octal 244 110 337 32 104 0 15 425 106 72
Binary 10100100 1001000 11011111 11010 1000100 0 1101 100010101 1000110 111010

Color Harmonies of #A448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448DF

Black with #A448DF

Text Example


Text Example

White with #A448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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