Html Css Color HEX #A745CB Dark Orchid

📋 copy color: '#A745CB'

red 167 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #A745CB

Tints of Dark Orchid #A745CB

RGB

 RED value IS 167 (65.63% from 255) = 38.04%

 GREEN value IS 69 (27.34% from 255) = 15.72%

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 38.04%
G = 15.72%
B = 46.24%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A745CB (or 0xA745CB) is known color: Dark Orchid. HEX triplet: A7, 45 and CB. RGB value is (167,69,203). Sum of RGB (Red+Green+Blue) = 167+69+203=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #A745CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A745CB is #58BA34. Grayscale: #717171. Windows color (decimal): -5814837 or 13321639. OLE color: 13321639.

HSL color Cylindrical-coordinate representation of color #A745CB: hue angle of 283.88º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A745CB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 69 203 -
CMYK 0.18 0.66 0 0.20
HSL 283.88º 0.56% 0.53% -
HSV(B) 283.88º 0.66% 0.8% -
XYZ 28.84 16.78 58.22 -
YUV 113.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 167 69 203 0.18 0.66 0 0.20 283.88 0.56 0.53
Hex A7 45 CB 12 42 0 14 11C 38 35
Octal 247 105 313 22 102 0 24 434 70 65
Binary 10100111 1000101 11001011 10010 1000010 0 10100 100011100 111000 110101

Color Harmonies of #A745CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745CB

Black with #A745CB

Text Example


Text Example

White with #A745CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745CB; }

 p { color: rgb(167,69,203); }

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

background-color css

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

 a { background-color: rgb(167,69,203); }

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

border-color css

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

 span { border-color: rgb(167,69,203); }

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