Html Css Color HEX #A448CF Dark Orchid

📋 copy color: '#A448CF'

red 164 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #A448CF

Tints of Dark Orchid #A448CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 37.02%
G = 16.25%
B = 46.73%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A448CF (or 0xA448CF) is known color: Dark Orchid. HEX triplet: A4, 48 and CF. RGB value is (164,72,207). Sum of RGB (Red+Green+Blue) = 164+72+207=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A448CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448CF is #5BB730. Grayscale: #727272. Windows color (decimal): -6010673 or 13584548. OLE color: 13584548.

HSL color Cylindrical-coordinate representation of color #A448CF: hue angle of 280.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A448CF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 72 207 -
CMYK 0.21 0.65 0 0.19
HSL 280.89º 0.58% 0.55% -
HSV(B) 280.89º 0.65% 0.81% -
XYZ 28.89 17.03 60.8 -
YUV 114.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 164 72 207 0.21 0.65 0 0.19 280.89 0.58 0.55
Hex A4 48 CF 15 41 0 13 119 3A 37
Octal 244 110 317 25 101 0 23 431 72 67
Binary 10100100 1001000 11001111 10101 1000001 0 10011 100011001 111010 110111

Color Harmonies of #A448CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448CF

Black with #A448CF

Text Example


Text Example

White with #A448CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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