Html Css Color HEX #AF1CCA Dark Orchid

📋 copy color: '#AF1CCA'

red 175 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #AF1CCA

Tints of Dark Orchid #AF1CCA

RGB

 RED value IS 175 (68.75% from 255) = 43.21%

 GREEN value IS 28 (11.33% from 255) = 6.91%

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 43.21%
G = 6.91%
B = 49.88%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF1CCA (or 0xAF1CCA) is known color: Dark Orchid. HEX triplet: AF, 1C and CA. RGB value is (175,28,202). Sum of RGB (Red+Green+Blue) = 175+28+202=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF1CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CCA is #50E335. Grayscale: #5B5B5B. Windows color (decimal): -5301046 or 13245615. OLE color: 13245615.

HSL color Cylindrical-coordinate representation of color #AF1CCA: hue angle of 290.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1CCA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 28 202 -
CMYK 0.13 0.86 0 0.21
HSL 290.69º 0.76% 0.45% -
HSV(B) 290.69º 0.86% 0.79% -
XYZ 28.76 14.21 57.1 -
YUV 91.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 175 28 202 0.13 0.86 0 0.21 290.69 0.76 0.45
Hex AF 1C CA D 56 0 15 123 4C 2D
Octal 257 34 312 15 126 0 25 443 114 55
Binary 10101111 11100 11001010 1101 1010110 0 10101 100100011 1001100 101101

Color Harmonies of #AF1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CCA

Black with #AF1CCA

Text Example


Text Example

White with #AF1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CCA; }

 p { color: rgb(175,28,202); }

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

background-color css

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

 a { background-color: rgb(175,28,202); }

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

border-color css

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

 span { border-color: rgb(175,28,202); }

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