Html Css Color HEX #AF27BB Dark Orchid

📋 copy color: '#AF27BB'

red 175 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #AF27BB

Tints of Dark Orchid #AF27BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.73%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 43.64%
G = 9.73%
B = 46.63%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF27BB (or 0xAF27BB) is known color: Dark Orchid. HEX triplet: AF, 27 and BB. RGB value is (175,39,187). Sum of RGB (Red+Green+Blue) = 175+39+187=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF27BB is #50D844. Grayscale: #606060. Windows color (decimal): -5298245 or 12265391. OLE color: 12265391.

HSL color Cylindrical-coordinate representation of color #AF27BB: hue angle of 295.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF27BB is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 39 187 -
CMYK 0.06 0.79 0 0.27
HSL 295.14º 0.65% 0.44% -
HSV(B) 295.14º 0.79% 0.73% -
XYZ 27.37 14.15 48.3 -
YUV 96.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 175 39 187 0.06 0.79 0 0.27 295.14 0.65 0.44
Hex AF 27 BB 6 4F 0 1B 127 41 2C
Octal 257 47 273 6 117 0 33 447 101 54
Binary 10101111 100111 10111011 110 1001111 0 11011 100100111 1000001 101100

Color Harmonies of #AF27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF27BB

Black with #AF27BB

Text Example


Text Example

White with #AF27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF27BB; }

 p { color: rgb(175,39,187); }

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

background-color css

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

 a { background-color: rgb(175,39,187); }

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

border-color css

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

 span { border-color: rgb(175,39,187); }

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