Html Css Color HEX #A448E4 Dark Orchid

📋 copy color: '#A448E4'

red 164 ◦ green 72 ◦ blue 228

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

Shades of Dark Orchid #A448E4

Tints of Dark Orchid #A448E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.14%

R = 35.34%
G = 15.52%
B = 49.14%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A448E4 (or 0xA448E4) is known color: Dark Orchid. HEX triplet: A4, 48 and E4. RGB value is (164,72,228). Sum of RGB (Red+Green+Blue) = 164+72+228=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #A448E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448E4 is #5BB71B. Grayscale: #747474. Windows color (decimal): -6010652 or 14960804. OLE color: 14960804.

HSL color Cylindrical-coordinate representation of color #A448E4: hue angle of 275.38º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A448E4 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 72 228 -
CMYK 0.28 0.68 0 0.11
HSL 275.38º 0.74% 0.59% -
HSV(B) 275.38º 0.68% 0.89% -
XYZ 31.63 18.13 75.23 -
YUV 117.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 164 72 228 0.28 0.68 0 0.11 275.38 0.74 0.59
Hex A4 48 E4 1C 44 0 B 113 4A 3B
Octal 244 110 344 34 104 0 13 423 112 73
Binary 10100100 1001000 11100100 11100 1000100 0 1011 100010011 1001010 111011

Color Harmonies of #A448E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448E4

Black with #A448E4

Text Example


Text Example

White with #A448E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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